Sign inSign up

vincejv/nginx:270a97a

Web servers
Index digest

sha256:c6098832fd7c99322ec636f804eac4cb42fc7eb15a61f9cce906a91554026885

OS/ARCH

linux/amd64

Compressed size

58.7 MB

Last pushed

4 months by vincejv

Type

Image

Manifest digest

sha256:c5a4d3e58630b9aaa92c5ee06aeecf78b13593b2706aecbc8f46799d0b5d9aa0

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/ # buildkit116 B
5COPY /etc/nginx /etc/nginx # buildkit8.08 KB
6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit40.99 KB
7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.22 MB
8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit490 B
9COPY /usr/sbin/njs /usr/sbin/njs # buildkit891.64 KB
10COPY /opt/curl/bin/curl /usr/bin/curl # buildkit99.72 KB
11COPY /opt/curl/lib /opt/curl/lib/ # buildkit300.05 KB
12COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit6.71 MB
13COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit414.99 KB
14RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh19.65 MB
15COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB
16COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit551 B
17COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB
18COPY start-nginx.sh /start-nginx.sh # buildkit862 B
19RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB
20RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
21RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
22RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
23RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B
24RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh147 B
25EXPOSE [8080/tcp 8443/tcp]0 B
26STOPSIGNAL SIGTERM0 B
27RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh155 B
28USER nginx0 B
29CMD ["/start-nginx.sh"]0 B

Command

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