sha256:2fe53607f74a1cd39245f2e1b9cd11085ae3a9ac7bddd5de4610d87255f865d9
OS/ARCH
Compressed size
28.11 MB
Last pushed
about 2 months by chesterhsu
Type
Image
Manifest digest
sha256:a0e490650652ee9c4eead01db13deaa0cbe7fdb4205761d9a8e11bb5904af63f
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B4ENV NGINX_VERSION=1.31.30 B5ENV PKG_RELEASE=10 B6ENV DYNPKG_RELEASE=10 B7ARG UID=1010 B8ARG GID=1010 B9RUN |2 UID=101 GID=101 /bin/sh1.82 MB10RUN |2 UID=101 GID=101 /bin/sh2.73 KB11COPY docker-entrypoint.sh / # buildkit627 B12COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit959 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 B21ENV NJS_VERSION=1.0.00 B22ENV NJS_RELEASE=10 B23ARG UID=1010 B24ARG GID=1010 B25USER root0 B26RUN |2 UID=101 GID=101 /bin/sh16.23 MB27USER 1010 B28LABEL org.opencontainers.image.title=flyto-code org.opencontainers.image.description=Flyto2 frontend application0 B29ARG NGINX_CONF=nginx.conf0 B30ENV NGINX_ENVSUBST_FILTER=^FLYTO_ FLYTO_NGINX_RESOLVER=127.0.0.110 B31USER root0 B32RUN |1 NGINX_CONF=nginx.conf /bin/sh -c202 B33COPY --chown=101:0 nginx.conf /etc/nginx/templates/default.conf.template #2.63 KB34COPY /app/dist-next /usr/share/nginx/html # buildkit6.06 MB35USER 101:1010 B36EXPOSE [8080/tcp]0 B37HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=10 B38CMD ["nginx" "-g" "daemon off;"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit