From 563a2c844e5f1f4a752b759019ea21129b99f542 Mon Sep 17 00:00:00 2001 From: Pope_Rigby Date: Thu, 31 Aug 2023 15:42:41 -0700 Subject: [PATCH] Update labels --- Containerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Containerfile b/Containerfile index 1bf426d..3783293 100644 --- a/Containerfile +++ b/Containerfile @@ -1,12 +1,10 @@ FROM quay.io/toolbx-images/archlinux-toolbox:latest -LABEL com.github.containers.toolbox="true" \ +LABEL name="toolbox" \ + maintainer="PopeRigby " \ 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 " + org.opencontainers.image.description="PopeRigby's personal toolbox" \ + com.github.containers.toolbox="true" # Install extra packages COPY extra-packages.txt /