Skip to content

Commit

Permalink
fix: toolbox labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jan 20, 2024
1 parent 8f5fb85 commit e0f9f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit e0f9f19

Please sign in to comment.