From 952aa717fe6d84782b8dcaf496eed0fc18f1675f Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Tue, 22 Oct 2024 12:04:32 -0400 Subject: [PATCH] Set image labels --- Containerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ec994e6..dba3810 100644 --- a/Containerfile +++ b/Containerfile @@ -16,7 +16,13 @@ FROM docker.io/library/archlinux:base-devel -MAINTAINER Foster Hangdaan +LABEL org.opencontainers.image.title="Arch Packaging Container" +LABEL org.opencontainers.image.description="An isolated environment for building Arch Linux packages." +LABEL org.opencontainers.image.authors="Foster Hangdaan " +LABEL org.opencontainers.image.url="https://code.fosterhangdaan.com/foster/arch-packaging-container/src/branch/trunk/README.org" +LABEL org.opencontainers.image.documentation="https://code.fosterhangdaan.com/foster/arch-packaging-container/wiki" +LABEL org.opencontainers.image.source="https://code.fosterhangdaan.com/foster/arch-packaging-container" +LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" RUN set -ex && \ pacman -Syy --noconfirm --needed git && \