sha256:3082cbb5c89e0944c5ce46bb2cfe4cbd6a2a8c4d4c83e205749e0fe72b5a8899
OS/ARCH
Compressed size
92.72 MB
Last pushed
28 days by ethnexus
Type
Image
Manifest digest
sha256:e48cacfde5cf62047387b3296647802d1c9243203ec876005d4f8a762d1e6d76
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 B19ENV PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_NO_CACHE_DIR=1 PYTHONUNBUFFERED=10 B20USER root0 B21VOLUME [/etc/letsencrypt]0 B22RUN /bin/sh -c apt-get update20.44 MB23RUN /bin/sh -c mkdir -p278 B24COPY ./nginx/index.html /usr/share/nginx/index.html # buildkit772 B25COPY ./nginx/background.jpg /usr/share/nginx/background.jpg # buildkit489.1 KB26COPY ./nginx/favicon.ico /usr/share/nginx/favicon.ico # buildkit3.4 KB27COPY ./nginx/dhparams.pem /usr/share/nginx/dhparams.pem # buildkit796 B28COPY ./nginx/errorpages/* /usr/share/nginx/html/error/. # buildkit5.07 MB29COPY ./pyproject.toml /tmp/smnrpx/pyproject.toml # buildkit567 B30RUN /bin/sh -c pip install6.49 MB31RUN /bin/sh -c groupadd --gid3.28 KB32COPY ./entrypoint.py /entrypoint.py # buildkit683 B33COPY ./smnrpx /smnrpx # buildkit6.73 KB34COPY ./smnrp_reset /smnrp_reset # buildkit258 B35COPY ./templates /templates # buildkit3.65 KB36COPY ./smnrp_schema.yml /smnrp_schema.yml # buildkit720 B37RUN /bin/sh -c echo ""161 B38RUN /bin/sh -c chmod 755839 B39RUN /bin/sh -c chown -R30.62 KB40USER smnrp0 B41ENTRYPOINT ["/entrypoint.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'