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

fix: Need distrobox label for prompt #14

Merged
merged 2 commits into from
Jan 20, 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PodmanArgs=--entrypoint /usr/bin/entrypoint
PodmanArgs=--ipc host
PodmanArgs=--no-hosts
PodmanArgs=--privileged
PodmanArgs=--label manager=distrobox
PodmanArgs=--security-opt label=disable
PodmanArgs=--security-opt apparmor=unconfined
Ulimit=host
Expand Down
1 change: 1 addition & 0 deletions quadlets/wolfi-toolbox/wolfi-distrobox-quadlet.container
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PodmanArgs=--entrypoint /usr/bin/entrypoint
PodmanArgs=--ipc host
PodmanArgs=--no-hosts
PodmanArgs=--privileged
PodmanArgs=--label manager=distrobox
PodmanArgs=--security-opt label=disable
PodmanArgs=--security-opt apparmor=unconfined
Ulimit=host
Expand Down
3 changes: 2 additions & 1 deletion toolboxes/bluefin-cli/Containerfile.bluefin-cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/ublue-os/wolfi-toolbox

LABEL usage="This image is meant to be used with the Toolbox or Distrobox commands" \
LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the Toolbox or Distrobox commands" \
summary="A new cloud-native terminal experience powered by Wolfi and Homebrew" \
maintainer="[email protected]"

Expand Down
3 changes: 2 additions & 1 deletion toolboxes/wolfi-toolbox/Containerfile.wolfi
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM cgr.dev/chainguard/wolfi-base
# Thanks to Nuno do Carmo for the initial prototype

LABEL usage="This image is meant to be used with the Toolbox or Distrobox command" \
LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the Toolbox or Distrobox command" \
summary="A blank Wolfi distrobox, suitable for development" \
maintainer="[email protected]"

Expand Down