sha256:d9f92d646cc909969d08370218ad64c029d75e7ecb81b737e8876201368b3337
OS/ARCH
Compressed size
93.58 MB
Last pushed
20 days by ethnexus
Type
Image
Manifest digest
sha256:d5113ac241d9d0d51b482dbc4e5329e977cf0e4dfc48c3e34126335ec8d4d3eb
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 -p279 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 # buildkit799 B28COPY ./nginx/errorpages/* /usr/share/nginx/html/error/. # buildkit5.07 MB29COPY ./pyproject.toml /tmp/smnrpx/pyproject.toml # buildkit566 B30RUN /bin/sh -c pip install6.49 MB31RUN /bin/sh -c groupadd --gid3.28 KB32COPY ./entrypoint.py /entrypoint.py # buildkit681 B33COPY ./smnrpx /smnrpx # buildkit8.61 KB34COPY ./smnrp_reset /smnrp_reset # buildkit258 B35COPY ./templates /templates # buildkit3.68 KB36COPY ./smnrp_schema.yml /smnrp_schema.yml # buildkit719 B37RUN /bin/sh -c echo ""161 B38RUN /bin/sh -c chmod 755839 B39RUN /bin/sh -c chown -R32.49 KB40USER smnrp0 B41ENTRYPOINT ["/entrypoint.py"]0 B42USER root0 B43RUN /bin/sh -c apt-get update878.33 KB44USER smnrp0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'