From ec20426262cab6aa1f7f89c0f5b093e83ff63f45 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Wed, 14 Feb 2024 10:50:09 +0100 Subject: [PATCH] v0.1.1 with license + readme fixes Signed-off-by: Philippe Martin --- api/extensions.json | 12 ++++++------ .../openshift-checker/{0.1.0 => 0.1.1}/LICENSE | 0 .../openshift-checker/{0.1.0 => 0.1.1}/README.md | 14 +++++++------- .../openshift-checker/{0.1.0 => 0.1.1}/icon.png | Bin 4 files changed, 13 insertions(+), 13 deletions(-) rename api/extensions/redhat/openshift-checker/{0.1.0 => 0.1.1}/LICENSE (100%) rename api/extensions/redhat/openshift-checker/{0.1.0 => 0.1.1}/README.md (83%) rename api/extensions/redhat/openshift-checker/{0.1.0 => 0.1.1}/icon.png (100%) diff --git a/api/extensions.json b/api/extensions.json index e45fe58..6227b92 100644 --- a/api/extensions.json +++ b/api/extensions.json @@ -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" } ] } diff --git a/api/extensions/redhat/openshift-checker/0.1.0/LICENSE b/api/extensions/redhat/openshift-checker/0.1.1/LICENSE similarity index 100% rename from api/extensions/redhat/openshift-checker/0.1.0/LICENSE rename to api/extensions/redhat/openshift-checker/0.1.1/LICENSE diff --git a/api/extensions/redhat/openshift-checker/0.1.0/README.md b/api/extensions/redhat/openshift-checker/0.1.1/README.md similarity index 83% rename from api/extensions/redhat/openshift-checker/0.1.0/README.md rename to api/extensions/redhat/openshift-checker/0.1.1/README.md index af9d28f..87381ca 100644 --- a/api/extensions/redhat/openshift-checker/0.1.0/README.md +++ b/api/extensions/redhat/openshift-checker/0.1.1/README.md @@ -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 @@ -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 @@ -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 =============== diff --git a/api/extensions/redhat/openshift-checker/0.1.0/icon.png b/api/extensions/redhat/openshift-checker/0.1.1/icon.png similarity index 100% rename from api/extensions/redhat/openshift-checker/0.1.0/icon.png rename to api/extensions/redhat/openshift-checker/0.1.1/icon.png