Sign inSign up

vincejv/nginx:376300b

Web servers
Index digest

sha256:0d8e8eec162e80f5dab45c6ce0d48ebb6e07d63a38d7250f6c48875378a13c4b

OS/ARCH

linux/amd64

Compressed size

65.47 MB

Last pushed

5 months by vincejv

Type

Image

Manifest digest

sha256:3fe97239ce79eda3b2afeef4a91d8de987bc22d2453ee741c7b54a900bfc9e45

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ARG NGINX_USER_UID=1000 B
3ARG NGINX_GROUP_GID=1010 B
4COPY /var/run/nginx/ /var/run/nginx/ # buildkit120 B
5COPY /etc/nginx /etc/nginx # buildkit5.46 KB
6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit44.24 KB
7COPY /usr/sbin/nginx /usr/sbin/ # buildkit4.5 MB
8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit490 B
9COPY /usr/sbin/njs /usr/sbin/njs # buildkit2.37 MB
10COPY /usr/src/openssl/.openssl/bin/openssl /usr/bin/openssl-ech # buildkit3.03 MB
11RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh27.11 MB
12COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB
13COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit552 B
14COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB
15COPY start-nginx.sh /start-nginx.sh # buildkit862 B
16RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB
17RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
18RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
19RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh147 B
20EXPOSE [8080/tcp 8443/tcp]0 B
21STOPSIGNAL SIGTERM0 B
22RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh154 B
23USER nginx0 B
24CMD ["/start-nginx.sh"]0 B

Command

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