Skip to content

Commit

Permalink
Update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
poperigby committed Aug 31, 2023
1 parent 2563b82 commit 563a2c8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM quay.io/toolbx-images/archlinux-toolbox:latest

LABEL com.github.containers.toolbox="true" \
LABEL name="toolbox" \
maintainer="PopeRigby <[email protected]>" \
org.opencontainers.image.source="https://github.com/poperigby/toolbox" \
name="toolbox" \
version="base-devel" \
usage="This image is meant to be used with the toolbox/distrobox command" \
summary="PopeRigby's personal toolbox" \
maintainer="PopeRigby <[email protected]>"
org.opencontainers.image.description="PopeRigby's personal toolbox" \
com.github.containers.toolbox="true"

# Install extra packages
COPY extra-packages.txt /
Expand Down

0 comments on commit 563a2c8

Please sign in to comment.