sha256:32268b31d7f2712946638a4ff8f6e4ac59eef9fecec74bed3fad9de98df3fbff
OS/ARCH
Compressed size
169.03 MB
Last pushed
20 days by tsuruapp
Type
Image
Manifest digest
sha256:4e35a55ff987d059113c71985ca463f724edaa5b623274fc82a3ce47df07308c
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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 -x29.8 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit953 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 B19COPY /usr/local/bin /usr/local/bin # buildkit1.61 MB20COPY /usr/local/include /usr/local/include # buildkit374.86 KB21COPY /usr/local/lib /usr/local/lib # buildkit4.24 MB22COPY /usr/local/etc /usr/local/etc # buildkit347 B23COPY /usr/local/share /usr/local/share # buildkit56.28 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 -x101.48 MB27EXPOSE [8080/tcp 8443/tcp]0 B28USER nginx0 B29WORKDIR /etc/nginx32 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'