sha256:90fc86138f8b252fa2d3f1aaaed53bad8758e6cf1ea4eecee796a0dcfaa5e31e
OS/ARCH
linux/amd64
Compressed size
54.96 MB
Last pushed
about 1 month by vincejv
Type
Image
Manifest digest
sha256:6b9743928882fd1a94df1b64518cfc00dcdab36cb25bb7da5cd802a37b31bdf0
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 # buildkit8.11 KB6COPY /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/ # buildkit41.06 KB7COPY /usr/sbin/nginx /usr/sbin/ # buildkit2.59 MB8COPY /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem # buildkit491 B9COPY /usr/sbin/njs /usr/sbin/njs # buildkit1.04 MB10COPY /opt/curl/bin/curl /usr/bin/curl # buildkit100.65 KB11COPY /opt/curl/lib /opt/curl/lib/ # buildkit341.58 KB12COPY /etc/ssl/certs /etc/ssl/certs # buildkit135.09 KB13COPY /opt/openssl/lib64 /opt/openssl/lib64 # buildkit3.19 MB14COPY /opt/openssl/bin/openssl /usr/bin/openssl # buildkit426.44 KB15RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh18.69 MB16COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.03 KB17COPY ssl_common.conf /etc/nginx/conf.d/ssl_common.conf # buildkit555 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.61 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/sh147 B26EXPOSE [8080/tcp 8443/tcp]0 B27STOPSIGNAL SIGTERM0 B28RUN |2 NGINX_USER_UID=100 NGINX_GROUP_GID=101 /bin/sh154 B29USER nginx0 B30CMD ["/start-nginx.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'