Skip to content

Commit

Permalink
v0.1.1 with license + readme fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Martin <[email protected]>
  • Loading branch information
feloy committed Feb 14, 2024
1 parent 331cb1a commit ec20426
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions api/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,22 +478,22 @@
"keywords": ["OpenShift", "image", "checker"],
"versions": [
{
"version": "0.1.0",
"version": "0.1.1",
"preview": false,
"lastUpdated": "2024-02-09T00:00:00Z",
"ociUri": "ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:0.1.0",
"lastUpdated": "2024-02-14T00:00:00Z",
"ociUri": "ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:0.1.1",
"files": [
{
"assetType": "icon",
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/icon.png"
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/icon.png"
},
{
"assetType": "README",
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/README.md"
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/README.md"
},
{
"assetType": "LICENSE",
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.0/LICENSE"
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-checker/0.1.1/LICENSE"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Docker OpenShift Analyzer
# OpenShift Checker

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.
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.

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.
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.

The Dockerfile's directives and commands currently supported are listed below.
The Containerfile's directives and commands currently supported are listed below.

### User directive

Expand Down Expand Up @@ -92,7 +92,7 @@ To build and use the cli, execute

```
go build -o doa[.exe]
doa[.exe] analyze -f /your/local/project/path[/Dockerfile_name]
doa[.exe] analyze -f /your/local/project/path[/Containerfile_name]
```

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

License
=======
EPL 2.0, See [LICENSE](LICENSE) for more information.
Apache 2.0, See [LICENSE](LICENSE) for more information.

Acknowledgments
===============
Expand Down

0 comments on commit ec20426

Please sign in to comment.