sha256:16b490fc7e584a8b25342e287d1d15d9923f5780f0b0aab4547a2115634e032c
OS/ARCH
linux/amd64
Compressed size
115.03 MB
Last pushed
1 day by bunkerity
Type
Image
Manifest digest
sha256:16b490fc7e584a8b25342e287d1d15d9923f5780f0b0aab4547a2115634e032c
Image Layers
1# debian.sh --arch 'amd64' out/29.42 MB3ENV NGINX_VERSION=1.30.50 B4ENV NJS_VERSION=1.0.10 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.78 MB10COPY docker-entrypoint.sh / # buildkit626 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 B19RUN /bin/sh -c umask 02732 B20RUN /bin/sh -c apt-get update11.36 MB21RUN /bin/sh -c apt-get update1.14 KB22RUN /bin/sh -c apt-get update1.03 KB23COPY --chown=0:101 --chmod=550 /usr/share/bunkerweb /usr/share/bunkerweb24.31 MB24WORKDIR /usr/share/bunkerweb32 B25RUN /bin/sh -c cp helpers/bwcli18.16 MB27LABEL version=1.7-dev0 B28LABEL url=https://www.bunkerweb.io0 B29LABEL bunkerweb.type=bunkerweb0 B30LABEL bunkerweb.INSTANCE=bunkerweb0 B31EXPOSE [8080/tcp 8443/tcp 8443/udp]0 B32USER nginx:nginx0 B33HEALTHCHECK {Test:[CMD-SHELL /usr/share/bunkerweb/helpers/healthcheck.sh] Interval:10s Timeout:10s0 B34ENTRYPOINT ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'