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 MB2ARG NGINX_USER_UID=1000 B3ARG NGINX_GROUP_GID=1010 B4COPY /var/run/nginx/ /var/run/nginx/ # buildkit116 B5COPY /etc/nginx /etc/nginx # buildkit8.08 KB6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit40.99 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.22 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit490 B9COPY /usr/sbin/njs /usr/sbin/njs # buildkit891.64 KB10COPY /opt/curl/bin/curl /usr/bin/curl # buildkit99.72 KB11COPY /opt/curl/lib /opt/curl/lib/ # buildkit300.05 KB12COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit6.71 MB13COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit414.99 KB14RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh19.65 MB15COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB16COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit551 B17COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB18COPY start-nginx.sh /start-nginx.sh # buildkit862 B19RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB20RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B21RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B22RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B23RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B24RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh147 B25EXPOSE [8080/tcp 8443/tcp]0 B26STOPSIGNAL SIGTERM0 B27RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh155 B28USER nginx0 B29CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'