sha256:f5df5422cf6afafea8019bb2807ef3dcc5de4245e82b143bc53ce57cf9104210
OS/ARCH
Compressed size
90.25 MB
Last pushed
5 months by gmzta
Type
Image
Manifest digest
sha256:ecb376fe0ab6be6a3692627649315059a2acc19f608812fdccedeb9e44aa3480
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.29.70 B4ENV NJS_VERSION=0.9.60 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.3.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x31.62 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 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 B19RUN /bin/sh -c apt-get update3.32 MB20ARG TARGETARCH=amd640 B21COPY /build/linux_amd64/* /usr/bin/ # buildkit26.91 MB22COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit494 B23COPY ./default.conf /etc/nginx/conf.d/default.conf # buildkit948 B24COPY ./401.html /usr/share/nginx/html/401.html # buildkit3.85 KB25COPY entrypoint.sh /entrypoint.sh # buildkit862 B26RUN |1 TARGETARCH=amd64 /bin/sh -c32 B27CMD ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'