sha256:773ad04124c0d3e22435c0f4e3873926ab51a7aa2751cae9bd2f93f2239e224b
OS/ARCH
linux/amd64
Compressed size
60.33 MB
Last pushed
10 months by vincejv
Type
Image
Manifest digest
sha256:36c6c04b9243d81bc0098f45ecb24f40832a7554f5435f4fabbdd33e13b97f49
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 # buildkit5.45 KB6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit39.23 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.86 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit489 B9COPY /usr/sbin/njs /usr/sbin/njs # buildkit3.58 MB10COPY /usr/src/boringssl/build/bssl /usr/bin/bssl # buildkit1.24 MB11RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh24.21 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 # buildkit862 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/sh146 B20EXPOSE [8080/tcp 8443/tcp]0 B21STOPSIGNAL SIGTERM0 B22RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh155 B23USER nginx0 B24CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'