Skip to content

Commit

Permalink
chore: include more extensions into the extension pack
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Apr 26, 2024
1 parent 72566fd commit 0606939
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
Binary file added screenshots/install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0606939

Please sign in to comment.