sha256:714d87a550f3935700393c761ea72c249ce74ce2d8067c60ffeef74e530faab8
OS/ARCH
linux/arm64
Compressed size
79.25 MB
Last pushed
about 2 years by nicoloboschi
Type
Image
Manifest digest
sha256:714d87a550f3935700393c761ea72c249ce74ce2d8067c60ffeef74e530faab8
Image Layers
1ADD file ... in / 27.81 MB2CMD ["bash"]0 B4ENV NGINX_VERSION=1.26.10 B5ENV NJS_VERSION=0.8.40 B6ENV NJS_RELEASE=2~bookworm0 B7ENV PKG_RELEASE=2~bookworm0 B8ARG UID=1010 B9ARG GID=1010 B10RUN |2 UID=101 GID=101 /bin/sh36.68 MB11RUN |2 UID=101 GID=101 /bin/sh2.69 KB12COPY docker-entrypoint.sh / # buildkit628 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit958 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit395 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 map[8080/tcp:{}]0 B19STOPSIGNAL SIGQUIT0 B20USER 1010 B21CMD ["nginx" "-g" "daemon off;"]0 B22ARG UID=1010 B23ARG GID=1010 B24USER root0 B25RUN |2 UID=101 GID=101 /bin/sh11.02 MB26USER 1010 B27LABEL org.opencontainers.image.title=langflow-frontend0 B28LABEL org.opencontainers.image.authors=[Langflow]0 B29LABEL org.opencontainers.image.licenses=MIT0 B30LABEL org.opencontainers.image.url=https://github.com/langflow-ai/langflow0 B31LABEL org.opencontainers.image.source=https://github.com/langflow-ai/langflow0 B32COPY --chown=nginx /frontend/build /usr/share/nginx/html #3.73 MB33COPY --chown=nginx ./docker/frontend/nginx.conf /etc/nginx/conf.d/default.conf #477 B34COPY --chown=nginx ./docker/frontend/start-nginx.sh /start-nginx.sh #413 B35RUN /bin/sh -c chmod +x443 B36ENTRYPOINT ["/start-nginx.sh"]0 BCommand
ADD file:cbda549b25cd4337cd3ce345e3b66c0d3b43c247d7315906a028f98a56c41f1d in /