From 03f89583059069f8bfa679028e169efe005639b0 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Mon, 29 Apr 2024 11:12:29 +0200 Subject: [PATCH 1/4] use absolute paths in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87381ca..68c5e37 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Contributing ============ This is an open source project open to anyone. This project welcomes contributions and suggestions! -For information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md). +For information on getting started, refer to the [CONTRIBUTING instructions](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext/blob/main/CONTRIBUTING.md). Feedback & Questions @@ -114,7 +114,7 @@ If you discover an issue please file a bug and we will fix it as soon as possibl License ======= -Apache 2.0, See [LICENSE](LICENSE) for more information. +Apache 2.0, See [LICENSE](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext/blob/main/LICENSE) for more information. Acknowledgments =============== From c59e2ca84d163db4fd84cf61386b9b7e335a68cb Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Mon, 29 Apr 2024 11:54:59 +0200 Subject: [PATCH 2/4] update install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c5e37..8802edc 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ doa[.exe] analyze -f /your/local/project/path[/Containerfile_name] Podman Desktop Extension ======================== -To install the extension on Podman Desktop, you can go to Resources > Extensions, then "Install extension from the OCI image", using the image name: ` ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:` +To install the extension on Podman Desktop, you can go to the "Extensions" tab in the sidebar and search for "Checker". Contributing ============ From b7c2d277765d63675f71a8e56283c53875a40483 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Mon, 29 Apr 2024 11:59:28 +0200 Subject: [PATCH 3/4] get README.md from / --- Containerfile | 4 ++-- podman-desktop-extension/README.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 podman-desktop-extension/README.md diff --git a/Containerfile b/Containerfile index a2f139a..a1b0eea 100644 --- a/Containerfile +++ b/Containerfile @@ -27,7 +27,7 @@ COPY ./podman-desktop-extension/vite.config.js /opt/app-root/src/ COPY ./podman-desktop-extension/vitest.config.js /opt/app-root/src/ COPY ./podman-desktop-extension/LICENSE /opt/app-root/src/ COPY ./podman-desktop-extension/icon.png /opt/app-root/src/ -COPY ./podman-desktop-extension/README.md /opt/app-root/src/ +COPY ./README.md /opt/app-root/src/ RUN yarn && yarn build @@ -37,7 +37,7 @@ COPY --from=node-builder /opt/app-root/src/dist/ /extension/dist COPY ./podman-desktop-extension/package.json /extension/ COPY ./podman-desktop-extension/LICENSE /extension/ COPY ./podman-desktop-extension/icon.png /extension/ -COPY ./podman-desktop-extension/README.md /extension/ +COPY ./README.md /extension/ FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145 as cli-builder diff --git a/podman-desktop-extension/README.md b/podman-desktop-extension/README.md deleted file mode 100644 index e69de29..0000000 From 5830864d0ba77b3358925b43dcca70e5e88b5a2d Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Mon, 29 Apr 2024 15:26:50 +0200 Subject: [PATCH 4/4] Update README.md Co-authored-by: Luca Stocchi <49404737+lstocchi@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8802edc..4780326 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ doa[.exe] analyze -f /your/local/project/path[/Containerfile_name] Podman Desktop Extension ======================== -To install the extension on Podman Desktop, you can go to the "Extensions" tab in the sidebar and search for "Checker". +To install the extension on Podman Desktop, you can click on the "Extensions" icon in the left sidebar and search for "Checker". Contributing ============