mirror of
https://github.com/dockersrc/ubuntu
synced 2025-10-14 14:02:10 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10 .env.scripts .env.scripts.19.04 .env.scripts.20.04 .env.scripts.21.04 .env.scripts.22.04 .env.scripts.23.04 .env.scripts.23.10 .env.scripts.24.04 .env.scripts.24.10 README.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Docker image for ubuntu using the ubuntu template
|
||||
ARG IMAGE_NAME="ubuntu"
|
||||
ARG PHP_SERVER="ubuntu"
|
||||
ARG BUILD_DATE="Sun Aug 11 10:51:11 AM EDT 2024"
|
||||
ARG BUILD_DATE="Sat Oct 12 10:51:11 AM EDT 2024"
|
||||
ARG LANGUAGE="en_US.UTF-8"
|
||||
ARG TIMEZONE="America/New_York"
|
||||
ARG WWW_ROOT_DIR="/usr/share/httpd/default"
|
||||
@@ -64,7 +64,7 @@ ENV TIMEZONE="${TZ}"
|
||||
ENV LANG="${LANGUAGE}"
|
||||
ENV LC_ALL="${LANGUAGE}"
|
||||
ENV TERM="xterm-256color"
|
||||
ENV HOSTNAME="casjaysdevdocker-ubuntu"
|
||||
ENV HOSTNAME="casjaysdev-ubuntu"
|
||||
ENV DEBIAN_FRONTEND="${DEBIAN_FRONTEND}"
|
||||
|
||||
USER ${USER}
|
||||
@@ -224,12 +224,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/ubuntu"
|
||||
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/ubuntu"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/ubuntu"
|
||||
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdev/ubuntu"
|
||||
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/ubuntu"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/ubuntu"
|
||||
LABEL org.opencontainers.image.vcs-url="https://github.com/dockersrc/ubuntu"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/ubuntu"
|
||||
LABEL com.github.containers.toolbox="false"
|
||||
|
||||
ENV ENV=~/.bashrc
|
||||
|
Reference in New Issue
Block a user