Add labels to Dockerfile
This commit is contained in:
parent
77dbf4ca2a
commit
b0675f0e71
1 changed files with 11 additions and 0 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,5 +1,16 @@
|
|||
FROM archlinux:base-devel
|
||||
|
||||
LABEL org.opencontainers.image.title="actions-docker"
|
||||
LABEL org.opencontainers.image.description="StarOpenSource's Docker image for actions pipelines"
|
||||
LABEL org.opencontainers.image.authors="JeremyStar™ <jeremystartm@staropensource.de> (@jeremystartm)"
|
||||
LABEL org.opencontainers.image.url="https://git.staropensource.de/StarOpenSource/actions-docker/raw/branch/develop/README.md"
|
||||
LABEL org.opencontainers.image.documentation=""
|
||||
LABEL org.opencontainers.image.source="https://git.staropensource.de/StarOpenSource/actions-docker"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
|
||||
LABEL org.opencontainers.image.version=""
|
||||
LABEL org.opencontainers.image.revision=""
|
||||
LABEL org.opencontainers.image.created=""
|
||||
|
||||
# Tweak pacman.conf
|
||||
RUN sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue