sha256:704c9d6e6b4240b6388816b6008f0f5736acc0fc8afed9b462b0c693a909afe4
OS/ARCH
linux/amd64
Compressed size
450.59 MB
Last pushed
19 days by lancard
Type
Image
Manifest digest
sha256:07b44a1688d46423c27a329aec8130f288e482d3bb3115da7bd8787d1a21375f
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB3ENV NGINX_VERSION=1.31.40 B4ENV NJS_VERSION=1.0.00 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 -x31.98 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 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.36 KB15ENTRYPOINT ["/docker-entrypoint.sh"]0 B16EXPOSE map[80/tcp:{}]0 B17STOPSIGNAL SIGQUIT0 B18CMD ["nginx" "-g" "daemon off;"]0 B19EXPOSE [80/tcp]0 B20EXPOSE [443/tcp]0 B21RUN /bin/sh -c apt-get update300.8 MB22WORKDIR /tmp32 B23RUN /bin/sh -c curl -L19.98 MB24RUN /bin/sh -c apt-get install20.38 MB25RUN /bin/sh -c rm anubis_1.25.0_amd64.deb144 B26RUN /bin/sh -c echo "net.ipv4.tcp_fin_timeout=3"163 B27COPY container_files/default_nginx.conf /default_config/default_nginx.conf # buildkit915 B28COPY container_files/default_config.json /default_config/default_config.json # buildkit1.17 KB29COPY container_files/default_anubis.yaml /default_config/default_anubis.yaml # buildkit228 B30COPY container_files/anubis.conf /etc/nginx/anubis.conf # buildkit518 B31RUN /bin/sh -c cp /default_config/default_nginx.conf919 B32COPY admin /admin # buildkit62.44 KB33COPY container_files/entrypoint.sh /entrypoint.sh # buildkit1.01 KB34RUN /bin/sh -c chmod +x32 B35RUN /bin/sh -c mkdir -p111 B36RUN /bin/sh -c rm -f188 B37WORKDIR /admin32 B38RUN /bin/sh -c npm install10.42 MB39RUN /bin/sh -c npm install38.09 MB40RUN /bin/sh -c npm run476.7 KB41RUN /bin/sh -c npm run706 B42ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'