Skip to content

Commit

Permalink
Merge pull request #50 from feloy/doc/update-readme
Browse files Browse the repository at this point in the history
Update README for extension catalog
  • Loading branch information
feloy authored Apr 30, 2024
2 parents 6b96bdb + 5830864 commit 73ec39c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ 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:<release_name>`
To install the extension on Podman Desktop, you can click on the "Extensions" icon in the left sidebar and search for "Checker".

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
Expand All @@ -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
===============
Expand Down
Empty file removed podman-desktop-extension/README.md
Empty file.

0 comments on commit 73ec39c

Please sign in to comment.