sha256:32268b31d7f2712946638a4ff8f6e4ac59eef9fecec74bed3fad9de98df3fbff
OS/ARCH
Compressed size
175.12 MB
Last pushed
21 days by tsuruapp
Type
Image
Manifest digest
sha256:afd2e6474ae3f53eb9a10950056bf03f0f0f3f72a0139eccceffb073ada82b72
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.82 KB21COPY /usr/local/lib /usr/local/lib # buildkit4.24 MB22COPY /usr/local/etc /usr/local/etc # buildkit346 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 -x105.93 MB27EXPOSE [8080/tcp 8443/tcp]0 B28USER nginx0 B29WORKDIR /etc/nginx32 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'