Skip to content

Commit ec20426

Browse files
committed
v0.1.1 with license + readme fixes
Signed-off-by: Philippe Martin <[email protected]>
1 parent 331cb1a commit ec20426

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

api/extensions.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -478,22 +478,22 @@
478478
"keywords": ["OpenShift", "image", "checker"],
479479
"versions": [
480480
{
481-
"version": "0.1.0",
481+
"version": "0.1.1",
482482
"preview": false,
483-
"lastUpdated": "2024-02-09T00:00:00Z",
484-
"ociUri": "ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:0.1.0",
483+
"lastUpdated": "2024-02-14T00:00:00Z",
484+
"ociUri": "ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:0.1.1",
485485
"files": [
486486
{
487487
"assetType": "icon",
488-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/icon.png"
488+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/icon.png"
489489
},
490490
{
491491
"assetType": "README",
492-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/README.md"
492+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/README.md"
493493
},
494494
{
495495
"assetType": "LICENSE",
496-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/LICENSE"
496+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/LICENSE"
497497
}
498498
]
499499
}

api/extensions/redhat/openshift-checker/0.1.0/README.md api/extensions/redhat/openshift-checker/0.1.1/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Docker OpenShift Analyzer
1+
# OpenShift Checker
22

3-
The Docker OpenShift analyzer is a tool whose goal is to analyze a Dockerfile and highlight the directives and commands which could cause an unexpected behavior when running on an OpenShift cluster.
3+
The OpenShift checker is a tool whose goal is to analyze a Containerfile and highlight the directives and commands which could cause an unexpected behavior when running on an OpenShift cluster.
44

5-
In many cases a Dockerfile could work fine on a Kubernetes cluster and fail on OpenShift because of its security restrictions. This tool should help finding what is wrong and driving users to update their Dockerfiles to make them OpenShift compliant.
5+
In many cases a Containerfile could work fine on a Kubernetes cluster and fail on OpenShift because of its security restrictions. This tool should help finding what is wrong and driving users to update their Containerfiles to make them OpenShift compliant.
66

7-
The Dockerfile's directives and commands currently supported are listed below.
7+
The Containerfile's directives and commands currently supported are listed below.
88

99
### User directive
1010

@@ -92,7 +92,7 @@ To build and use the cli, execute
9292

9393
```
9494
go build -o doa[.exe]
95-
doa[.exe] analyze -f /your/local/project/path[/Dockerfile_name]
95+
doa[.exe] analyze -f /your/local/project/path[/Containerfile_name]
9696
```
9797

9898
Podman Desktop Extension
@@ -110,11 +110,11 @@ For information on getting started, refer to the [CONTRIBUTING instructions](CON
110110
Feedback & Questions
111111
====================
112112
If you discover an issue please file a bug and we will fix it as soon as possible.
113-
* File a bug in [GitHub Issues](https://github.com/lstocchi/docker-openshift-analyzer).
113+
* File a bug in [GitHub Issues](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext/issues).
114114

115115
License
116116
=======
117-
EPL 2.0, See [LICENSE](LICENSE) for more information.
117+
Apache 2.0, See [LICENSE](LICENSE) for more information.
118118

119119
Acknowledgments
120120
===============

0 commit comments

Comments
 (0)