sha256:336fb5bfcbe834b5d4be63cc2a302125da64eddb2c9b3720363483369b62ff51
OS/ARCH
Compressed size
157.1 MB
Last pushed
over 1 year by tsuruapp
Type
Image
Manifest digest
sha256:d63553502602f97c537a5d6fb7b6cebf6e478cd6ad53225108072b85fecf76b2
Image Layers
1# debian.sh --arch 'amd64' out/26.9 MB3ENV NGINX_VERSION=1.26.30 B4ENV NJS_VERSION=0.8.90 B5ENV NJS_RELEASE=1~bookworm0 B6ENV PKG_RELEASE=1~bookworm0 B7ENV DYNPKG_RELEASE=2~bookworm0 B8RUN /bin/sh -c set -x41.88 MB9COPY docker-entrypoint.sh / # buildkit627 B10COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B11COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B12COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB13COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB14ENTRYPOINT ["/docker-entrypoint.sh"]0 B15EXPOSE map[80/tcp:{}]0 B16STOPSIGNAL SIGQUIT0 B17CMD ["nginx" "-g" "daemon off;"]0 B18COPY /usr/local/bin /usr/local/bin # buildkit388.33 KB19COPY /usr/local/include /usr/local/include # buildkit20.37 KB20COPY /usr/local/lib /usr/local/lib # buildkit673.2 KB21COPY /usr/local/etc /usr/local/etc # buildkit341 B22COPY /usr/local/share /usr/local/share # buildkit55.01 KB23COPY /usr/lib/nginx/modules /usr/lib/nginx/modules # buildkit2.66 MB24COPY /usr/local/lib/libjwt.so /usr/local/lib/libjwt.so # buildkit32 B25ENV LUAJIT_LIB=/usr/local/lib LUAJIT_INC=/usr/local/include/luajit-2.10 B26RUN /bin/sh -c set -x84.54 MB27EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B28USER nginx0 B29WORKDIR /etc/nginx32 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'