sha256:974fd65e5834d75dc452995b5b03e93575c6e6ae4405c65862913a7f4e3d137e
OS/ARCH
linux/amd64
Compressed size
876.4 MB
Last pushed
about 2 months by openforge
Type
Image
Manifest digest
sha256:2cce794e8ff5f2e4920d3a61e69a65afa3dc2cfc2557903d821ec3fe69cbaf3b
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.60 B4ENV NJS_VERSION=0.9.60 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.3.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x31.62 MB10COPY docker-entrypoint.sh / # buildkit627 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB15ENTRYPOINT ["/docker-entrypoint.sh"]0 B16EXPOSE map[80/tcp:{}]0 B17STOPSIGNAL SIGQUIT0 B18CMD ["nginx" "-g" "daemon off;"]0 B19LABEL org.opencontainers.image.authors=Zentrum für Digitale Souveränität0 B20ARG PHP_VERSION=8.40 B21ARG DEP_VERSION=8.4.23-1~deb13u10 B22ENV DEBIAN_FRONTEND=noninteractive0 B23SHELL [/bin/bash -o pipefail -c]0 B24RUN |2 PHP_VERSION=8.4 DEP_VERSION=8.4.23-1~deb13u1 /bin/bash72.7 MB25WORKDIR /var/www/html/130 B26RUN |2 PHP_VERSION=8.4 DEP_VERSION=8.4.23-1~deb13u1 /bin/bash389 B27COPY src/files/etc/php/ /etc/php/8.4/ # buildkit51.27 KB28COPY src/files/etc/fonts/conf.d/ /etc/fonts/conf.d/ # buildkit579 B29COPY src/files/etc/ImageMagick-7/ /etc/ImageMagick-7/ # buildkit831 B30COPY src/files/usr/local/bin/entrypoint/ /usr/local/bin/entrypoint/ # buildkit24.24 KB31COPY --chown=nginx:nginx src/files/var/www/html/config.d/ /var/nextcloud/config.d/ #273 B32COPY src/files/etc/nginx/ /etc/nginx/ # buildkit5.89 KB33COPY src/files/docker-entrypoint.d/ /docker-entrypoint.d/ # buildkit853 B34COPY --chown=nginx:nginx /build/output/var/www /var/www #385.01 MB35COPY --chown=nginx:nginx /build/output/var/nextcloud /var/nextcloud #358.58 MB36COPY --chown=nginx:nginx src/files/etc/supervisor/ /etc/supervisor/ #687 B37USER nginx:nginx0 B38ENV LANG=de_DE.UTF-80 B39ENV FS_ENV_NGINX_WORKERS=auto0 B40STOPSIGNAL SIGQUIT0 B41EXPOSE [9000/tcp]0 B42EXPOSE [80/tcp]0 B43HEALTHCHECK {Test:[CMD-SHELL SCRIPT_NAME=/ping SCRIPT_FILENAME=/ping REQUEST_METHOD=GET0 B44CMD ["/usr/bin/php" "/usr/local/bin/entrypoint/entrypoint.php"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'