sha256:59386df4eab994c61698dfb9d327cdeef5c86ae3b60714e233e3dddb2036d6f5
OS/ARCH
linux/amd64
Compressed size
447.12 MB
Last pushed
about 1 month by lancard
Type
Image
Manifest digest
sha256:6f2042ec26c672181bf2f3a0b903e936c738f7d800873be3ce33fdfc403d73fc
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.31.30 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.78 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 # buildkit403 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 update297.55 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"162 B27COPY container_files/default_nginx.conf /default_config/default_nginx.conf # buildkit913 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.conf917 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 -p112 B36RUN /bin/sh -c rm -f187 B37WORKDIR /admin32 B38RUN /bin/sh -c npm install10.42 MB39RUN /bin/sh -c npm install38.07 MB40RUN /bin/sh -c npm run475.09 KB41RUN /bin/sh -c npm run701 B42ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'