mirror of
https://github.com/dockersrc/debian
synced 2025-10-14 14:02:05 -04:00
🗃️ 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user