sha256:935aa6c45dd062c31962d0c807ee14b3e20fda2750f79cd5a37baad041a4ad51
OS/ARCH
linux/amd64
Compressed size
54.64 MB
Last pushed
5 months by vincejv
Type
Image
Manifest digest
sha256:c5d6c9e30d50ed08048d4fffe25ed1ebbfa11877287484485fc0dac89496c816
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/ # buildkit118 B5COPY /etc/nginx /etc/nginx # buildkit8.08 KB6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit40.71 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.46 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit489 B9COPY /usr/sbin/njs /usr/sbin/njs # buildkit1019.67 KB10COPY /opt/curl/bin/curl /usr/bin/curl # buildkit99.88 KB11COPY /opt/curl/lib /opt/curl/lib/ # buildkit334.07 KB12COPY /etc/ssl/certs /etc/ssl/certs # buildkit135.08 KB13COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit3.19 MB14COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit426.13 KB15RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh18.56 MB16COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB17COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit552 B18COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB19COPY start-nginx.sh /start-nginx.sh # buildkit871 B20RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB21RUN |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/sh32 B25RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh146 B26EXPOSE [8080/tcp 8443/tcp]0 B27STOPSIGNAL SIGTERM0 B28RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh156 B29USER nginx0 B30CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'