Set image labels
This commit is contained in:
parent
17f7cafed1
commit
952aa717fe
1 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,13 @@
|
||||||
|
|
||||||
FROM docker.io/library/archlinux:base-devel
|
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 && \
|
RUN set -ex && \
|
||||||
pacman -Syy --noconfirm --needed git && \
|
pacman -Syy --noconfirm --needed git && \
|
||||||
|
|
Loading…
Reference in a new issue