sha256:10d934d872c3fe171eba8730ac24f2acab28a3ea434a83f462980a9b6770546b
OS/ARCH
Compressed size
64.94 MB
Last pushed
8 months by jonesmagloire
Type
Image
Manifest digest
sha256:25b5c41e2fd88a113b21c1b5d15490b7edebe26e6c35fc4e96764111870652c9
Image Layers
1# debian.sh --arch 'amd64' out/28.39 MB3ENV NGINX_VERSION=1.29.40 B4ENV NJS_VERSION=0.9.40 B5ENV NJS_RELEASE=1~trixie0 B6ENV ACME_VERSION=0.3.10 B7ENV PKG_RELEASE=1~trixie0 B8ENV DYNPKG_RELEASE=1~trixie0 B9RUN /bin/sh -c set -x31.54 MB10COPY docker-entrypoint.sh / # buildkit628 B11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 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 B19LABEL maintainer=Jones MAGLOIRE @Joxit0 B20WORKDIR /usr/share/nginx/html/32 B21ENV NGINX_PROXY_HEADER_Host=$http_host0 B22ENV NGINX_LISTEN_PORT=800 B23ENV SHOW_CATALOG_NB_TAGS=false0 B24COPY nginx/default.conf /etc/nginx/conf.d/default.conf # buildkit1023 B25COPY bin/90-docker-registry-ui.sh /docker-entrypoint.d/90-docker-registry-ui.sh # buildkit1.13 KB26COPY dist/ /usr/share/nginx/html/ # buildkit2.48 MB27COPY favicon.ico /usr/share/nginx/html/ # buildkit17.89 KB28RUN /bin/sh -c chown -R2.5 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'