sha256:33f7e052dbb1477269b3b7f81a975fdb40cbb8bc48a8a53253bfdb45d352e464
OS/ARCH
Compressed size
86.52 MB
Last pushed
4 days by trydirect
Type
Image
Manifest digest
sha256:41f5e475e90fa84b92e7f7469b88f156b426319b7ce7e295e62087900417d5db
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB3ENV NGINX_VERSION=1.31.50 B4ENV NJS_VERSION=1.0.10 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.4.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x33.25 MB10COPY docker-entrypoint.sh / # buildkit629 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 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 B20ENV DEBIAN_FRONTEND=noninteractive0 B21RUN /bin/sh -c apt-get update24.41 MB22RUN /bin/sh -c addgroup --gid30.77 KB23COPY ./config/supervisord/supervisord.conf /etc/supervisor/supervisord.conf # buildkit371 B24COPY ./config/supervisord/nginx.conf /etc/supervisor/conf.d/nginx.conf # buildkit452 B25COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit941 B26COPY ./config/security.conf /etc/nginx/conf.d/security.conf # buildkit918 B27COPY ./config/auto-letsencrypt /opt/letsencrypt/letsencrypt-auto # buildkit29.91 KB28RUN /bin/sh -c chmod +xr29.91 KB29USER 20000 B30CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'