sha256:a2a93fe5cca24ff742c82f05233dc691e58d3341e0e7d6cf2ef60764e011a7b4
OS/ARCH
Compressed size
171.85 MB
Last pushed
24 days by tsuruapp
Type
Image
Manifest digest
sha256:dd0d1647a137b00b37b682ad89ce802c0eb3a2159881090e6855c5657cd71fa7
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB3ENV NGINX_VERSION=1.30.20 B4ENV NJS_VERSION=0.9.90 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.76 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB15ENTRYPOINT ["/docker-entrypoint.sh"]0 B16EXPOSE map[80/tcp:{}]0 B17STOPSIGNAL SIGQUIT0 B18CMD ["nginx" "-g" "daemon off;"]0 B19COPY /usr/local/bin /usr/local/bin # buildkit1.62 MB20COPY /usr/local/include /usr/local/include # buildkit374.79 KB21COPY /usr/local/lib /usr/local/lib # buildkit4.24 MB22COPY /usr/local/etc /usr/local/etc # buildkit345 B23COPY /usr/local/share /usr/local/share # buildkit56.27 KB24COPY /usr/lib/nginx/modules /usr/lib/nginx/modules # buildkit2.73 MB25ENV LUAJIT_LIB=/usr/local/lib LUAJIT_INC=/usr/local/include/luajit-2.10 B26RUN /bin/sh -c set -x102.66 MB27EXPOSE [8080/tcp 8443/tcp]0 B28USER nginx0 B29WORKDIR /etc/nginx32 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'