🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.8
Dockerfile.9
This commit is contained in:
casjay 2024-08-10 20:35:41 -04:00
parent c0cbf77272
commit 9ba2fa08de
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
3 changed files with 3 additions and 6 deletions

View File

@ -204,7 +204,6 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG LICENSE="WTFPL"
ARG ENV_PORTS=""
ARG GIT_VERSION="$(git -C . show-ref --head --dereference 2>/dev/null|grep ' HEAD' |awk -F' ' '{print $1}')"
USER ${USER}
WORKDIR /root
@ -222,7 +221,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/almalinux"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdev/almalinux"
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/casjaysdev/almalinux"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdev/almalinux"
LABEL com.github.containers.toolbox="false"

View File

@ -204,7 +204,6 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG LICENSE="WTFPL"
ARG ENV_PORTS=""
ARG GIT_VERSION="$(git -C . show-ref --head --dereference 2>/dev/null|grep ' HEAD' |awk -F' ' '{print $1}')"
USER ${USER}
WORKDIR /root
@ -222,7 +221,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/almalinux"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/almalinux"
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/almalinux"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/almalinux"
LABEL com.github.containers.toolbox="false"

View File

@ -204,7 +204,6 @@ ARG PHP_VERSION
ARG PHP_SERVER
ARG LICENSE="WTFPL"
ARG ENV_PORTS=""
ARG GIT_VERSION="$(git -C . show-ref --head --dereference 2>/dev/null|grep ' HEAD' |awk -F' ' '{print $1}')"
USER ${USER}
WORKDIR /root
@ -222,7 +221,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/almalinux"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/almalinux"
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/almalinux"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/almalinux"
LABEL com.github.containers.toolbox="false"