sha256:b02f08b84974e559164b1ba6108ea108092aa7904f9cac08b1592aa4f1d5fe28
OS/ARCH
Compressed size
76.7 MB
Last pushed
about 1 month by asfjenkins
Type
Image
Manifest digest
sha256:d4453335fd77a6a9a59622d4081d9a7dc25d436ae1eac4eb2f6065767201de5e
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB3ENV NGINX_VERSION=1.31.30 B4ENV NJS_VERSION=1.0.00 B5ENV NJS_RELEASE=1~trixie0 B6ENV PKG_RELEASE=1~trixie0 B7ENV DYNPKG_RELEASE=1~trixie0 B8ARG UID=1010 B9ARG GID=1010 B10RUN |2 UID=101 GID=101 /bin/sh26.96 MB11RUN |2 UID=101 GID=101 /bin/sh4.09 KB12COPY docker-entrypoint.sh / # buildkit628 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit960 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit406 B15COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB16COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB17ENTRYPOINT ["/docker-entrypoint.sh"]0 B18EXPOSE [8080/tcp]0 B19STOPSIGNAL SIGQUIT0 B20USER 1010 B21CMD ["nginx" "-g" "daemon off;"]0 B22USER 00 B23RUN /bin/sh -c rm /etc/nginx/conf.d/default.conf188 B24COPY ./nginx.conf /etc/nginx/conf.d/default.conf.tpl # buildkit776 B25WORKDIR /usr/share/nginx/html32 B26RUN /bin/sh -c rm -rf204 B27COPY /home/node/code/dist/. ./ # buildkit1.25 MB28EXPOSE [4000/tcp 4443/tcp]0 B29RUN /bin/sh -c apt update18.48 MB30COPY /home/node/code/nginx.sh /usr/bin/nginx.sh # buildkit1.05 KB31RUN /bin/sh -c chmod +x32 B32RUN /bin/sh -c chgrp -R1.25 MB33USER 1010 B34CMD ["/usr/bin/nginx.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'