robertbruno/nginx-docker:1.27.2

Index digest

sha256:b6b952a056300abb9f0d68bbae81486f818de549d0dfef4800664f9be8c69de9

OS/ARCH

linux/amd64

Compressed size

163.65 MB

Last pushed

3 months by robertbruno

Type

Image

Manifest digest

sha256:6e4404265fe1548bf3c3718bb93f5fcbe964f8006f4bae65090cdffa0f90320d

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
3ENV NGINX_VERSION=1.29.80 B
4ENV NJS_VERSION=0.9.60 B
5ENV NJS_RELEASE=1~trixie0 B
6ENV ACME_VERSION=0.3.10 B
7ENV PKG_RELEASE=1~trixie0 B
8ENV DYNPKG_RELEASE=1~trixie0 B
9RUN /bin/sh -c set -x31.62 MB
10COPY docker-entrypoint.sh / # buildkit628 B
11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit955 B
12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B
13COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB
14COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB
15ENTRYPOINT ["/docker-entrypoint.sh"]0 B
16EXPOSE map[80/tcp:{}]0 B
17STOPSIGNAL SIGQUIT0 B
18CMD ["nginx" "-g" "daemon off;"]0 B
19RUN /bin/sh -c apt-get update100.11 MB
20RUN /bin/sh -c echo "deb3.5 MB
21COPY scripts /scripts # buildkit5.05 KB
22RUN /bin/sh -c chmod +x4.71 KB
23COPY nginx.conf /etc/nginx/nginx.conf # buildkit521 B
24COPY resources/utils /etc/nginx/utils # buildkit1.11 KB
25COPY resources/templates /etc/nginx/templates # buildkit906 B
26COPY resources/admin /var/www/admin # buildkit5.27 KB
27COPY resources/80-webhookd.sh /docker-entrypoint.d/80-webhookd.sh # buildkit297 B
28COPY resources/90-cron.sh /docker-entrypoint.d/90-cron.sh # buildkit182 B
29RUN /bin/sh -c chmod +x337 B
30COPY resources/crontab /etc/cron.d/crontab # buildkit250 B
31RUN /bin/sh -c chmod 0644437 B
32RUN /bin/sh -c apt-get clean477 B
33EXPOSE [443/tcp 80/tcp 8080/tcp]0 B
34ENV NGINX_RESOLVER=127.0.0.1 WHD_HOOK_TIMEOUT=300 WHD_PASSWD_FILE=/etc/webhookd/users.htpasswd WHD_USER=webhookd0 B
35CMD ["nginx" "-g" "daemon off;"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'