sha256:c344cf53bdd07589a44b3489fe8e6d2a9e6f8f7671ba75186fad2bad7e068977
OS/ARCH
Compressed size
48.79 MB
Last pushed
about 1 year by jeroenwillemsen
Type
Image
Manifest digest
sha256:a81711fbafd7dea7777e5e188bce387593437f61cc0c2c75b902b03cef8fa645
Image Layers
1ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit3.94 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.29.00 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7RUN /bin/sh -c set -x1.72 MB8COPY docker-entrypoint.sh / # buildkit626 B9COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit954 B10COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B11COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB12COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 KB13ENTRYPOINT ["/docker-entrypoint.sh"]0 B14EXPOSE map[80/tcp:{}]0 B15STOPSIGNAL SIGQUIT0 B16CMD ["nginx" "-g" "daemon off;"]0 B17ENV NJS_VERSION=0.9.00 B18ENV NJS_RELEASE=10 B19RUN /bin/sh -c set -x16.14 MB20RUN /bin/sh -c apk add24.94 MB21COPY /app/dist /usr/share/nginx/html # buildkit1.37 MB22COPY /server/node_modules /app/node_modules # buildkit685.25 KB23COPY server.js /app/ # buildkit1.85 KB24COPY server-package.json /app/package.json # buildkit324 B25COPY nginx.conf /etc/nginx/nginx.conf # buildkit792 B26COPY nginx-render.conf /etc/nginx/nginx-render.conf # buildkit825 B27COPY start.sh /start.sh # buildkit991 B28RUN /bin/sh -c chmod +x990 B29EXPOSE map[3001/tcp:{} 80/tcp:{}]0 B30HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:800 B31CMD ["/start.sh"]0 BCommand
ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit