sha256:f52eb4f634a7cd373bc36e7df54018781d5427a8769b1fbc17f6c106b61d3eb2
OS/ARCH
linux/amd64
Compressed size
54.7 MB
Last pushed
4 months by vincejv
Type
Image
Manifest digest
sha256:f747e2de3c14f11246c46aaa6fa8290cbf4503374c7687e159c1811917179907
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/ # buildkit298.54 KB12COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit2.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 # buildkit553 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'