Sign inSign up

setyolegowo/simple-nginx-proxy:latest

Multi-platform
Networking
Web servers
Index digest

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 MB
2CMD ["bash"]0 B
3LABEL maintainer=NGINX Docker Maintainers <[email protected]>0 B
4ENV NGINX_VERSION=1.27.10 B
5ENV NJS_VERSION=0.8.50 B
6ENV NJS_RELEASE=1~bookworm0 B
7ENV PKG_RELEASE=1~bookworm0 B
8ENV DYNPKG_RELEASE=2~bookworm0 B
9RUN /bin/sh -c set -x36.73 MB
10COPY docker-entrypoint.sh / # buildkit628 B
11COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B
12COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit394 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
19ENV VAR_SUBS=${TARGET_PROTO} ${HEADER_FORWARDED_HOST} ${TARGET_DOMAIN} ${TARGET_PORT}0 B
20ENV TARGET_PROTO=http0 B
21ENV TARGET_DOMAIN=localhost0 B
22ENV TARGET_PORT=800 B
23ENV HEADER_FORWARDED_HOST=localhost0 B
24COPY nginx.conf /etc/nginx/nginx.conf # buildkit891 B
25COPY routes.conf.template /etc/nginx/routes.conf.template # buildkit595 B
26CMD ["/bin/bash" "-c" "envsubst \"${VAR_SUBS}\"0 B

Command

ADD file:4aa9ddc52f046592777767c91a04b9490d98811bedb8980fca794d55bbad1a0f in /