mirror of
https://github.com/dockersrc/debian
synced 2025-11-30 04:12:58 -05:00
🗃️ Fixed rootfs/** files 🗃️
Some checks failed
Some checks failed
Dockerfile .env.scripts rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/bin/copy rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/symlink rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,7 +1,7 @@
|
||||
# Docker image for debian using the debian template
|
||||
ARG IMAGE_NAME="debian"
|
||||
ARG PHP_SERVER="debian"
|
||||
ARG BUILD_DATE="202509161149"
|
||||
ARG BUILD_DATE="202511291148"
|
||||
ARG LANGUAGE="en_US.UTF-8"
|
||||
ARG TIMEZONE="America/New_York"
|
||||
ARG WWW_ROOT_DIR="/usr/local/share/httpd/default"
|
||||
@@ -227,12 +227,12 @@ LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.url="docker.io"
|
||||
LABEL org.opencontainers.image.source="docker.io"
|
||||
LABEL org.opencontainers.image.url="https://hub.docker.com/casjaysdevdocker/debian"
|
||||
LABEL org.opencontainers.image.source="https://hub.docker.com/casjaysdevdocker/debian"
|
||||
LABEL org.opencontainers.image.vcs-type="Git"
|
||||
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||
LABEL org.opencontainers.image.source="https://github.com/casjaysdev/debian"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdev/debian"
|
||||
LABEL org.opencontainers.image.source="https://github.com/casjaysdevdocker/debian"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/debian"
|
||||
LABEL com.github.containers.toolbox="false"
|
||||
|
||||
ENV ENV=~/.bashrc
|
||||
@@ -262,6 +262,5 @@ EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
||||
|
||||
STOPSIGNAL SIGRTMIN+3
|
||||
|
||||
CMD [ "tail", "-f", "/dev/null" ]
|
||||
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh" ]
|
||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||
|
||||
Reference in New Issue
Block a user