sha256:a8da8dee4d8bf835a9829134afa0286f533370149d77b4ef53fac9c3307a659b
OS/ARCH
linux/amd64
Compressed size
780.01 MB
Last pushed
8 months by openforge
Type
Image
Manifest digest
sha256:3da499dce1f994009286ca0b6d935775dcbcb73e0da6149691a3bc8a539f2400
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB3ENV NGINX_VERSION=1.28.00 B4ENV NJS_VERSION=0.8.100 B5ENV NJS_RELEASE=1~bookworm0 B6ENV PKG_RELEASE=1~bookworm0 B7ENV DYNPKG_RELEASE=1~bookworm0 B8RUN /bin/sh -c set -x42.11 MB9COPY docker-entrypoint.sh / # buildkit629 B10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 KB14ENTRYPOINT ["/docker-entrypoint.sh"]0 B15EXPOSE map[80/tcp:{}]0 B16STOPSIGNAL SIGQUIT0 B17CMD ["nginx" "-g" "daemon off;"]0 B18LABEL org.opencontainers.image.authors=Zentrum für Digitale Souveränität0 B19ARG PHP_VERSION=8.20 B20ARG DEP_VERSION=8.2.29-1~deb12u10 B21ENV DEBIAN_FRONTEND=noninteractive0 B22SHELL [/bin/bash -o pipefail -c]0 B23RUN |2 PHP_VERSION=8.2 DEP_VERSION=8.2.29-1~deb12u1 /bin/bash39.7 MB24WORKDIR /var/www/html/131 B25RUN |2 PHP_VERSION=8.2 DEP_VERSION=8.2.29-1~deb12u1 /bin/bash390 B26COPY src/files/etc/php/ /etc/php/8.2/ # buildkit50.76 KB27COPY src/files/etc/fonts/conf.d/ /etc/fonts/conf.d/ # buildkit577 B28COPY src/files/usr/local/bin/entrypoint/ /usr/local/bin/entrypoint/ # buildkit23.63 KB29COPY --chown=nginx:nginx src/files/var/www/html/config.d/ /var/nextcloud/config.d/ #270 B30COPY src/files/etc/nginx/ /etc/nginx/ # buildkit5.88 KB31COPY src/files/docker-entrypoint.d/ /docker-entrypoint.d/ # buildkit853 B32COPY --chown=nginx:nginx /build/output/var/www /var/www #343.8 MB33COPY --chown=nginx:nginx /build/output/var/nextcloud /var/nextcloud #327.4 MB34COPY --chown=nginx:nginx src/files/etc/supervisor/ /etc/supervisor/ #640 B35USER nginx:nginx0 B36ENV LANG=de_DE.UTF-80 B37STOPSIGNAL SIGQUIT0 B38EXPOSE [9000/tcp]0 B39EXPOSE [80/tcp]0 B40HEALTHCHECK &{["CMD-SHELL" "SCRIPT_NAME=/ping SCRIPT_FILENAME=/ping REQUEST_METHOD=GET0 B41CMD ["/usr/bin/php" "/usr/local/bin/entrypoint/entrypoint.php"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'