sha256:21feaccaf5dc70c0cdea69b287c3870ceac40476fdcfd6b73a5fe470056634cc
OS/ARCH
linux/amd64
Compressed size
65.24 MB
Last pushed
5 months by vincejv
Type
Image
Manifest digest
sha256:1a7083b84c401df3fd2af524db6d8380d5982ec09affd4413b69306acf9ff5f9
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/ # buildkit119 B5COPY /etc/nginx /etc/nginx # buildkit5.45 KB6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit44.24 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit4.5 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit491 B9COPY /usr/src/openssl/.openssl/lib/libcrypto.so* /usr/lib/ # buildkit32 B10COPY /usr/sbin/njs /usr/sbin/njs # buildkit2.37 MB11COPY /usr/src/openssl/.openssl/bin/openssl /usr/bin/openssl # buildkit3.03 MB12RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh26.88 MB13COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB14COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit553 B15COPY ech-rotate.sh init-ech.sh update-https-records.sh generate-ech-key.sh4.53 KB16COPY start-nginx.sh /start-nginx.sh # buildkit862 B17RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh3.6 KB18RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B19RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh32 B20RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh145 B21EXPOSE [8080/tcp 8443/tcp]0 B22STOPSIGNAL SIGTERM0 B23RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh154 B24USER nginx0 B25CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'