sha256:4dfefbb03ac6619753c0a2acb5071cd51a1008befaf224fa8cd02c6940b78091
OS/ARCH
linux/amd64
Compressed size
428.58 MB
Last pushed
9 months by lancard
Type
Image
Manifest digest
sha256:25d696fcbcf24ff9ef6861bbd01a043c93d92f2168ac2dcdaaa096aa9d9a2c56
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.40 B4ENV NJS_VERSION=0.9.40 B5ENV NJS_RELEASE=1~trixie0 B6ENV PKG_RELEASE=1~trixie0 B7ENV DYNPKG_RELEASE=1~trixie0 B8RUN /bin/sh -c set -x28.61 MB9COPY docker-entrypoint.sh / # buildkit627 B10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB14ENTRYPOINT ["/docker-entrypoint.sh"]0 B15EXPOSE map[80/tcp:{}]0 B16STOPSIGNAL SIGQUIT0 B17CMD ["nginx" "-g" "daemon off;"]0 B18EXPOSE [80/tcp]0 B19EXPOSE [443/tcp]0 B20RUN /bin/sh -c apt-get update297.53 MB21WORKDIR /tmp32 B22RUN /bin/sh -c curl -L11.63 MB23RUN /bin/sh -c apt-get install12.01 MB24RUN /bin/sh -c rm anubis_1.21.3_amd64.deb143 B25RUN /bin/sh -c echo "net.ipv4.tcp_fin_timeout=3"163 B26COPY container_files/default_nginx.conf /default_config/default_nginx.conf # buildkit915 B27COPY container_files/default_config.json /default_config/default_config.json # buildkit1.17 KB28COPY container_files/default_anubis.yaml /default_config/default_anubis.yaml # buildkit229 B29COPY container_files/anubis.conf /etc/nginx/anubis.conf # buildkit482 B30RUN /bin/sh -c cp /default_config/default_nginx.conf920 B31COPY admin /admin # buildkit64.77 KB32COPY container_files/entrypoint.sh /entrypoint.sh # buildkit1.01 KB33RUN /bin/sh -c chmod +x32 B34RUN /bin/sh -c mkdir -p113 B35RUN /bin/sh -c rm -f190 B36WORKDIR /admin32 B37RUN /bin/sh -c npm install10.2 MB38RUN /bin/sh -c npm install39.69 MB39RUN /bin/sh -c npm run458.88 KB40RUN /bin/sh -c npm run706 B41ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'