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 && \