Set image labels

This commit is contained in:
Foster Hangdaan 2024-10-22 12:04:32 -04:00
parent 17f7cafed1
commit 952aa717fe
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -16,7 +16,13 @@
FROM docker.io/library/archlinux:base-devel
MAINTAINER Foster Hangdaan <foster@hangdaan.email>
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 <foster@hangdaan.email>"
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 && \