sha256:367b426b3fa51ed65d1ab8876b7e7068d9bd211453af696df6bb91c12f20ea90
OS/ARCH
Compressed size
6.07 MB
Last pushed
about 1 year by robonau
Type
Image
Manifest digest
sha256:464b8c846e8c85ad1247f4fec8e9682b437f5ac534b5beef8f67c6b07911722b
Image Layers
1ADD alpine-minirootfs-3.21.3-armhf.tar.gz / # buildkit3.21 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.27.40 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7ARG UID=1010 B8ARG GID=1010 B9RUN |2 UID=101 GID=101 /bin/sh1.7 MB10RUN |2 UID=101 GID=101 /bin/sh2.73 KB11COPY docker-entrypoint.sh / # buildkit628 B12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit959 B13COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit407 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 map[8080/tcp:{}]0 B18STOPSIGNAL SIGQUIT0 B19USER 1010 B20CMD ["nginx" "-g" "daemon off;"]0 B21USER root0 B22COPY ./build /usr/share/nginx/html # buildkit586.92 KB23COPY ./default.conf /etc/nginx/conf.d/default.conf # buildkit472 B24COPY ./set-env-variable.sh /docker-entrypoint.d # buildkit815 B25RUN /bin/sh -c chmod +x588.55 KB26USER 1010 B27EXPOSE map[8080/tcp:{}]0 B28CMD ["nginx" "-g" "daemon off;"]0 BCommand
ADD alpine-minirootfs-3.21.3-armhf.tar.gz / # buildkit