mirror of
https://github.com/dockersrc/archlinux
synced 2024-11-24 05:23:03 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile
This commit is contained in:
parent
b5f00203e5
commit
9e99186bb7
@ -223,7 +223,6 @@ ARG PHP_VERSION
|
|||||||
ARG PHP_SERVER
|
ARG PHP_SERVER
|
||||||
ARG LICENSE="WTFPL"
|
ARG LICENSE="WTFPL"
|
||||||
ARG ENV_PORTS=""
|
ARG ENV_PORTS=""
|
||||||
ARG GIT_VERSION="$(git -C . show-ref --head --dereference 2>/dev/null|grep ' HEAD' |awk -F' ' '{print $1}')"
|
|
||||||
|
|
||||||
USER ${USER}
|
USER ${USER}
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
@ -241,7 +240,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
|||||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/archlinux"
|
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/archlinux"
|
||||||
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/archlinux"
|
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/archlinux"
|
||||||
LABEL org.opencontainers.image.vcs-type="Git"
|
LABEL org.opencontainers.image.vcs-type="Git"
|
||||||
LABEL org.opencontainers.image.vcs-ref="${GIT_VERSION}"
|
LABEL org.opencontainers.image.vcs-ref="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.vcs-url="https://github.com/casjaysdevdocker/archlinux"
|
LABEL org.opencontainers.image.vcs-url="https://github.com/casjaysdevdocker/archlinux"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/archlinux"
|
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/archlinux"
|
||||||
LABEL com.github.containers.toolbox="false"
|
LABEL com.github.containers.toolbox="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user