sha256:d9f92d646cc909969d08370218ad64c029d75e7ecb81b737e8876201368b3337
OS/ARCH
Compressed size
87.47 MB
Last pushed
20 days by ethnexus
Type
Image
Manifest digest
sha256:565226cddd51f43bf822443a5dfbf826093f5cc12742e162ca069f3eecc15a42
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.81 MB10COPY docker-entrypoint.sh / # buildkit626 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 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 -p281 B24COPY ./nginx/index.html /usr/share/nginx/index.html # buildkit774 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 # 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 ""159 B38RUN /bin/sh -c chmod 755839 B39RUN /bin/sh -c chown -R32.72 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' '@1785715200'