sha256:5d3edaaa719deebc679ffbf7707263fe3be7f3a2e213126a1f15d761784ccc10
OS/ARCH
linux/amd64
Compressed size
405.17 MB
Last pushed
25 days by octopussamplesaccount
Type
Image
Manifest digest
sha256:5d3edaaa719deebc679ffbf7707263fe3be7f3a2e213126a1f15d761784ccc10
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB3ENV NGINX_VERSION=1.31.40 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.93 MB11RUN |2 UID=101 GID=101 /bin/sh4.08 KB12COPY docker-entrypoint.sh / # buildkit629 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit958 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 B23RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive 286.51 MB24COPY /js/dist /usr/share/nginx/html/ # buildkit373.22 KB25COPY /java/products-microservice/target/products-microservice-runner.jar /opt # buildkit60.79 MB26RUN /bin/sh -c mkdir -p146 B27RUN /bin/sh -c mkdir -p133 B28COPY /java/products-microservice/target/bom.json /opt/sbom/products-microservice # buildkit117.4 KB29COPY /js/bom.json /opt/sbom/frontend # buildkit45.93 KB30COPY docker/selfcontained/nginx.conf /etc/nginx/nginx.conf # buildkit684 B31COPY docker/selfcontained/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit399 B32USER nginx0 B33CMD ["/usr/bin/supervisord"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'