Sign inSign up

vincejv/nginx:latest

Web servers
Index digest

sha256:baf4fc441d71a466d1e85957e0969d293becbc5c25e959d43a34401fcf548a79

OS/ARCH

linux/amd64

Compressed size

54.63 MB

Last pushed

4 months by vincejv

Type

Image

Manifest digest

sha256:7d995ebaaf7c6c71057ddccc3439a94096afdb4bf229ab4d8c66ea8889c7d41b

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/ # buildkit118 B
5COPY /etc/nginx /etc/nginx # buildkit8.08 KB
6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit40.71 KB
7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.46 MB
8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit490 B
9COPY /usr/sbin/njs /usr/sbin/njs # buildkit1019.67 KB
10COPY /opt/curl/bin/curl /usr/bin/curl # buildkit99.88 KB
11COPY /opt/curl/lib /opt/curl/lib/ # buildkit334.07 KB
12COPY /etc/ssl/certs /etc/ssl/certs # buildkit135.08 KB
13COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit3.19 MB
14COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit426.13 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'