🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-08-10 20:37:02 -04:00
parent bb5046afc6
commit 1bd8532324
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -201,7 +201,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
@ -219,7 +218,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/gitea" LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/gitea"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/gitea" LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/gitea"
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/gitea" LABEL org.opencontainers.image.vcs-url="https://github.com/casjaysdevdocker/gitea"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/gitea" LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/gitea"
LABEL com.github.containers.toolbox="false" LABEL com.github.containers.toolbox="false"