sha256:606c721e3f14fffad7bc0b31bd229a407a61cf1cb410361100420af6ad6af5ff
OS/ARCH
Compressed size
7.61 MB
Last pushed
about 1 month by ciokteto
Type
Image
Manifest digest
sha256:85a60dc822bd2ae5fdee65d4847d50fa2e56a63b009a649e750e626fa8b1e604
Image Layers
1ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.30.30 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7ARG UID=1010 B8ARG GID=1010 B9RUN |2 UID=101 GID=101 /bin/sh1.8 MB10RUN |2 UID=101 GID=101 /bin/sh2.73 KB11COPY docker-entrypoint.sh / # buildkit629 B12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit958 B13COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit405 B14COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 KB15COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB16ENTRYPOINT ["/docker-entrypoint.sh"]0 B17EXPOSE [8080/tcp]0 B18STOPSIGNAL SIGQUIT0 B19USER 1010 B20CMD ["nginx" "-g" "daemon off;"]0 B21COPY /usr/src/app/dist /usr/share/nginx/html # buildkit1.8 MB22COPY static/. /usr/share/nginx/html/ # buildkit231 B23COPY nginx/default.conf /etc/nginx/conf.d/default.conf # buildkit1.18 KB24COPY nginx/entrypoint.sh /entrypoint.sh # buildkit278 B25EXPOSE map[8080/tcp:{}]0 B26ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit