Sign inSign up

trydirect/nginx:stable

Multi-platform
Index digest

sha256:33f7e052dbb1477269b3b7f81a975fdb40cbb8bc48a8a53253bfdb45d352e464

OS/ARCH

Compressed size

87.99 MB

Last pushed

4 days by trydirect

Type

Image

Manifest digest

sha256:8317c48efeb63da74a891065d3de91419b8c8d05caea85f33f747c3afdc85d04

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
3ENV NGINX_VERSION=1.31.50 B
4ENV NJS_VERSION=1.0.10 B
5ENV NJS_RELEASE=1~trixie0 B
6ENV ACME_VERSION=0.4.10 B
7ENV PKG_RELEASE=1~trixie0 B
8ENV DYNPKG_RELEASE=1~trixie0 B
9RUN /bin/sh -c set -x34.83 MB
10COPY docker-entrypoint.sh / # buildkit629 B
11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 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
20ENV DEBIAN_FRONTEND=noninteractive0 B
21RUN /bin/sh -c apt-get update24.64 MB
22RUN /bin/sh -c addgroup --gid30.98 KB
23COPY ./config/supervisord/supervisord.conf /etc/supervisor/supervisord.conf # buildkit371 B
24COPY ./config/supervisord/nginx.conf /etc/supervisor/conf.d/nginx.conf # buildkit453 B
25COPY ./config/nginx.conf /etc/nginx/nginx.conf # buildkit942 B
26COPY ./config/security.conf /etc/nginx/conf.d/security.conf # buildkit920 B
27COPY ./config/auto-letsencrypt /opt/letsencrypt/letsencrypt-auto # buildkit29.91 KB
28RUN /bin/sh -c chmod +xr29.91 KB
29USER 20000 B
30CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

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