🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.8
Dockerfile.8-dev
Dockerfile.9
Dockerfile.9-dev
.env.scripts
.env.scripts.8
.env.scripts.8-dev
.env.scripts.9
.env.scripts.9-dev
README.md
This commit is contained in:
casjay
2024-10-12 16:20:48 -04:00
parent b423e4de5e
commit 318fcee2e3
11 changed files with 49 additions and 58 deletions

View File

@@ -61,7 +61,7 @@ ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}"
ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-almalinux"
ENV HOSTNAME="casjaysdev-almalinux"
USER ${USER}
WORKDIR /root
@@ -230,12 +230,12 @@ LABEL org.opencontainers.image.license="${LICENSE}"
LABEL org.opencontainers.image.build-date="${BUILD_DATE}"
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
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.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="${BUILD_VERSION}"
LABEL org.opencontainers.image.vcs-url="https://github.com/casjaysdevdocker/almalinux"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/almalinux"
LABEL org.opencontainers.image.vcs-url="https://github.com/dockersrc/almalinux"
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/almalinux"
LABEL com.github.containers.toolbox="false"
ENV ENV=~/.bashrc