sha256:8896f456e1f26c2aef6be815d7fb02819655431bc15939dba25b498b3e92b7dc
OS/ARCH
Compressed size
87.48 MB
Last pushed
about 2 months by ethnexus
Type
Image
Manifest digest
sha256:0820185d53db5a582df6b09fdf78dceff091aa24c3c8b4f25f299d8aa3599eed
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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 -x29.82 MB10COPY docker-entrypoint.sh / # buildkit626 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit953 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 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.27 MB23RUN /bin/sh -c mkdir -p282 B24COPY ./nginx/index.html /usr/share/nginx/index.html # buildkit775 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 # buildkit567 B30RUN /bin/sh -c pip install2.16 MB31RUN /bin/sh -c groupadd --gid3.28 KB32COPY ./entrypoint.py /entrypoint.py # buildkit631 B33COPY ./smnrpx /smnrpx # buildkit6.18 KB34COPY ./smnrp_reset /smnrp_reset # buildkit258 B35COPY ./templates /templates # buildkit3.59 KB36COPY ./smnrp_schema.yml /smnrp_schema.yml # buildkit714 B37RUN /bin/sh -c echo ""161 B38RUN /bin/sh -c chmod 755785 B39RUN /bin/sh -c chown -R30.27 KB40USER smnrp0 B41ENTRYPOINT ["/entrypoint.py"]0 B42USER root0 B43RUN /bin/sh -c apt-get update893.72 KB44USER smnrp0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'