sha256:1eaab79ecd0736c9e4e07d3f031b08bad49b79ca52c6b395615a4ec60b0bc6b1
OS/ARCH
Compressed size
92.72 MB
Last pushed
about 1 month by ethnexus
Type
Image
Manifest digest
sha256:6cee4eac43041ec2b214cd64930b4b5a493bb428d6e52a82a36f04b023211416
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 # buildkit773 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 # buildkit798 B28COPY ./nginx/errorpages/* /usr/share/nginx/html/error/. # buildkit5.07 MB29COPY ./pyproject.toml /tmp/smnrpx/pyproject.toml # buildkit568 B30RUN /bin/sh -c pip install6.49 MB31RUN /bin/sh -c groupadd --gid3.27 KB32COPY ./entrypoint.py /entrypoint.py # buildkit630 B33COPY ./smnrpx /smnrpx # buildkit6.18 KB34COPY ./smnrp_reset /smnrp_reset # buildkit258 B35COPY ./templates /templates # buildkit3.59 KB36COPY ./smnrp_schema.yml /smnrp_schema.yml # buildkit713 B37RUN /bin/sh -c echo ""160 B38RUN /bin/sh -c chmod 755784 B39RUN /bin/sh -c chown -R30.06 KB40USER smnrp0 B41ENTRYPOINT ["/entrypoint.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'