sha256:dcbc520f4c86d6c7afc01181db8dfbaf340e3888414e4c3c9a45541bc3e812c2
OS/ARCH
linux/amd64
Compressed size
65.28 MB
Last pushed
5 months by vincejv
Type
Image
Manifest digest
sha256:bb74ffeafd4dfac27d47225675a7453dd583d66e534ee7f172920bd0748df085
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.39 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit4.61 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit490 B9COPY /usr/sbin/njs /usr/sbin/njs # buildkit2.37 MB10COPY /usr/src/openssl/.openssl/bin/openssl /usr/bin/openssl-ech # buildkit2.73 MB11RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh27.11 MB12COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB13COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit552 B14COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB15COPY start-nginx.sh /start-nginx.sh # buildkit861 B16RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB17RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B18RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B19RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh147 B20EXPOSE [8080/tcp 8443/tcp]0 B21STOPSIGNAL SIGTERM0 B22RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh154 B23USER nginx0 B24CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'