sha256:936ac997e44ca60c5a4089d4d61f07a71fdd738d410d8896159f243baa423eeb
OS/ARCH
Compressed size
64.54 MB
Last pushed
about 2 years by setyolegowo
Type
Image
Manifest digest
sha256:dd4ebb7e520627e329bfaaacdd6ce178d99bcf1d31f8e704687a8dfc31cf00c2
Image Layers
1ADD file ... in / 27.81 MB2CMD ["bash"]0 B4ENV NGINX_VERSION=1.27.10 B5ENV NJS_VERSION=0.8.50 B6ENV NJS_RELEASE=1~bookworm0 B7ENV PKG_RELEASE=1~bookworm0 B8ENV DYNPKG_RELEASE=2~bookworm0 B9RUN /bin/sh -c set -x36.73 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit394 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 B19ENV VAR_SUBS=${TARGET_PROTO} ${HEADER_FORWARDED_HOST} ${TARGET_DOMAIN} ${TARGET_PORT}0 B20ENV TARGET_PROTO=http0 B21ENV TARGET_DOMAIN=localhost0 B22ENV TARGET_PORT=800 B23ENV HEADER_FORWARDED_HOST=localhost0 B24COPY nginx.conf /etc/nginx/nginx.conf # buildkit891 B25COPY routes.conf.template /etc/nginx/routes.conf.template # buildkit595 B26CMD ["/bin/bash" "-c" "envsubst \"${VAR_SUBS}\"0 BCommand
ADD file:4aa9ddc52f046592777767c91a04b9490d98811bedb8980fca794d55bbad1a0f in /