sha256:b6b952a056300abb9f0d68bbae81486f818de549d0dfef4800664f9be8c69de9
OS/ARCH
linux/amd64
Compressed size
163.65 MB
Last pushed
3 months by robertbruno
Type
Image
Manifest digest
sha256:6e4404265fe1548bf3c3718bb93f5fcbe964f8006f4bae65090cdffa0f90320d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.80 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 / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 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 B19RUN /bin/sh -c apt-get update100.11 MB20RUN /bin/sh -c echo "deb3.5 MB21COPY scripts /scripts # buildkit5.05 KB22RUN /bin/sh -c chmod +x4.71 KB23COPY nginx.conf /etc/nginx/nginx.conf # buildkit521 B24COPY resources/utils /etc/nginx/utils # buildkit1.11 KB25COPY resources/templates /etc/nginx/templates # buildkit906 B26COPY resources/admin /var/www/admin # buildkit5.27 KB27COPY resources/80-webhookd.sh /docker-entrypoint.d/80-webhookd.sh # buildkit297 B28COPY resources/90-cron.sh /docker-entrypoint.d/90-cron.sh # buildkit182 B29RUN /bin/sh -c chmod +x337 B30COPY resources/crontab /etc/cron.d/crontab # buildkit250 B31RUN /bin/sh -c chmod 0644437 B32RUN /bin/sh -c apt-get clean477 B33EXPOSE [443/tcp 80/tcp 8080/tcp]0 B34ENV NGINX_RESOLVER=127.0.0.1 WHD_HOOK_TIMEOUT=300 WHD_PASSWD_FILE=/etc/webhookd/users.htpasswd WHD_USER=webhookd0 B35CMD ["nginx" "-g" "daemon off;"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'