sha256:3659bc68f0d13abb4d8f503b2e7d12f93db3f3f5b95e24fc6a26b959b223b6ad
OS/ARCH
linux/amd64
Compressed size
62.19 MB
Last pushed
about 1 month by harrisonmeister
Type
Image
Manifest digest
sha256:3ea37940103fc73ea1ec28fa91c98e3ad6f1aada7f007fa0e3e466693df4f9fa
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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/sh28.74 MB11RUN |2 UID=101 GID=101 /bin/sh4.08 KB12COPY docker-entrypoint.sh / # buildkit628 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit959 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 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 root0 B23COPY /opt/udl /opt/udl # buildkit2.63 MB24COPY /usr/src/app/build /usr/share/nginx/html/ # buildkit1.12 MB25RUN /bin/sh -c chown -R1.12 MB26COPY /bom.json /bom.json # buildkit167.87 KB27USER 1010 B28ENTRYPOINT []0 B29CMD ["/opt/udl" "nginx" "-g" "daemon0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'