🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.10
Dockerfile.11
Dockerfile.12
Dockerfile.13
.env.scripts
.env.scripts.10
.env.scripts.11
.env.scripts.12
.env.scripts.13
README.md
This commit is contained in:
casjay
2024-10-12 16:21:01 -04:00
parent 4bb782cd47
commit 0205d1a786
11 changed files with 49 additions and 58 deletions

View File

@@ -63,7 +63,7 @@ ENV TZ="${TIMEZONE}"
ENV TIMEZONE="${TZ}"
ENV LANG="${LANGUAGE}"
ENV TERM="xterm-256color"
ENV HOSTNAME="casjaysdevdocker-debian"
ENV HOSTNAME="casjaysdev-debian"
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
USER ${USER}
@@ -221,12 +221,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/debian"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/debian"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/debian"
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdev/debian"
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/debian"
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/debian"
LABEL org.opencontainers.image.vcs-url="https://github.com/dockersrc/debian"
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/debian"
LABEL com.github.containers.toolbox="false"
ENV ENV=~/.bashrc