diff --git a/Containerfile b/Containerfile index 004ed4a..62e0db0 100644 --- a/Containerfile +++ b/Containerfile @@ -27,6 +27,6 @@ FROM scratch LABEL org.opencontainers.image.title="Red Hat Extension Pack" \ org.opencontainers.image.description="Extension Pack for Podman Desktop" \ org.opencontainers.image.vendor="Red Hat" \ - io.podman-desktop.api.version=">= 1.7.0" + io.podman-desktop.api.version=">= 1.10.0" COPY --from=builder /extension /extension diff --git a/README.md b/README.md index fa25946..3a415b0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # Red Hat Extension Pack for Podman Desktop -Extension Pack for Podman Desktop contains several extensions of Red Hat that enhance Podman Desktop with technologies and tools of Red Hat +The Podman Desktop Extension Pack includes various Red Hat extensions designed to enhance Podman Desktop with Red Hat technologies and tools. -## Extensions Included +## Included Extensions -By installing Red Hat Extension Pack for Podman Desktop, here are the extensions: +By installing Red Hat Extension Pack for Podman Desktop, here are the extensions that will come: +- ✨ Podman AI Lab: Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy. +- ✨ Support for bootable OS containers (bootc) and generating disk images. +- ✨ Allow to Log into Red Hat Developers within Podman Desktop. - ✨ OpenShift Local: Run a lightweight MicroShift cluster locally. - ✨ Sandbox: Learn containers, Kubernetes, and OpenShift in your browser using [Developer Sandbox](https://developers.redhat.com/developer-sandbox) for free. + + +## Installation + +You can install the Red Hat Extension Pack directly inside of Podman Desktop. It is also part of the Red Hat Extension Pack: + +![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-pack-ext/main/screenshots/install.png) \ No newline at end of file diff --git a/package.json b/package.json index decb928..8788e49 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,16 @@ "publisher": "redhat", "license": "Apache-2.0", "engines": { - "podman-desktop": "^1.7.0" + "podman-desktop": "^1.10.0" }, "categories": [ "Extension Packs" ], "extensionPack": [ + "redhat.ai-lab", + "redhat.bootc", "redhat.openshift-local", + "redhat.redhat-authentication", "redhat.redhat-sandbox" ] } diff --git a/screenshots/install.png b/screenshots/install.png new file mode 100644 index 0000000..18a998e Binary files /dev/null and b/screenshots/install.png differ