sha256:eee5c615979a7ef3a8685250d856d162d3fc89b413ee661a22ab4c4d404c3e32
OS/ARCH
linux/amd64
Compressed size
855.75 MB
Last pushed
3 months by openforge
Type
Image
Manifest digest
sha256:1e8aaeca1730aef224d2e40d5effee96cfabec1970057aca8e0e8e024a9c900c
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.21-1~deb13u10 B22ENV DEBIAN_FRONTEND=noninteractive0 B23SHELL [/bin/bash -o pipefail -c]0 B24RUN |2 PHP_VERSION=8.4 DEP_VERSION=8.4.21-1~deb13u1 /bin/bash72.7 MB25WORKDIR /var/www/html/131 B26RUN |2 PHP_VERSION=8.4 DEP_VERSION=8.4.21-1~deb13u1 /bin/bash388 B27COPY src/files/etc/php/ /etc/php/8.4/ # buildkit51.01 KB28COPY src/files/etc/fonts/conf.d/ /etc/fonts/conf.d/ # buildkit574 B29COPY src/files/etc/ImageMagick-7/ /etc/ImageMagick-7/ # buildkit828 B30COPY src/files/usr/local/bin/entrypoint/ /usr/local/bin/entrypoint/ # buildkit23.82 KB31COPY --chown=nginx:nginx src/files/var/www/html/config.d/ /var/nextcloud/config.d/ #271 B32COPY src/files/etc/nginx/ /etc/nginx/ # buildkit5.88 KB33COPY src/files/docker-entrypoint.d/ /docker-entrypoint.d/ # buildkit853 B34COPY --chown=nginx:nginx /build/output/var/www /var/www #364.37 MB35COPY --chown=nginx:nginx /build/output/var/nextcloud /var/nextcloud #358.58 MB36COPY --chown=nginx:nginx src/files/etc/supervisor/ /etc/supervisor/ #640 B37RUN |2 PHP_VERSION=8.4 DEP_VERSION=8.4.21-1~deb13u1 /bin/bash271 B38USER nginx:nginx0 B39ENV LANG=de_DE.UTF-80 B40STOPSIGNAL SIGQUIT0 B41EXPOSE [9000/tcp]0 B42EXPOSE [80/tcp]0 B43HEALTHCHECK &{["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'