Sign inSign up

vincejv/nginx:35f989c

Web servers
Index digest

sha256:bc20b78acbae37d17312faec13a30252d3b7b5e15de0a3068e6ee86021f467c2

OS/ARCH

linux/amd64

Compressed size

53.75 MB

Last pushed

4 months by vincejv

Type

Image

Manifest digest

sha256:0d490b60d46c00c9885315f8de263b1a38ef3751ac40ada1dc0a27705a1794f2

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/ # buildkit117 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/ # buildkit298.54 KB
12COPY /etc/ssl/certs /etc/ssl/certs # buildkit135.08 KB
13COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit2.71 MB
14COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit414.99 KB
15RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh18.56 MB
16COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB
17COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit552 B
18COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB
19COPY start-nginx.sh /start-nginx.sh # buildkit862 B
20RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB
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/sh32 B
25RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh147 B
26EXPOSE [8080/tcp 8443/tcp]0 B
27STOPSIGNAL SIGTERM0 B
28RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh156 B
29USER nginx0 B
30CMD ["/start-nginx.sh"]0 B

Command

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