Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for extension catalog #50

Merged
merged 4 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading