sha256:43ec06a96828afba878a11070f6d6d9bbeb6969d78d7674890687945863fa92c
OS/ARCH
linux/amd64
Compressed size
82.9 MB
Last pushed
almost 2 years by ogabrielluiz
Type
Image
Manifest digest
sha256:43ec06a96828afba878a11070f6d6d9bbeb6969d78d7674890687945863fa92c
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B4ENV NGINX_VERSION=1.26.20 B5ENV NJS_VERSION=0.8.50 B6ENV NJS_RELEASE=1~bookworm0 B7ENV PKG_RELEASE=1~bookworm0 B8ENV DYNPKG_RELEASE=2~bookworm0 B9ARG UID=1010 B10ARG GID=1010 B11RUN |2 UID=101 GID=101 /bin/sh39.94 MB12RUN |2 UID=101 GID=101 /bin/sh2.69 KB13COPY docker-entrypoint.sh / # buildkit628 B14COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit956 B15COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B16COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.17 KB17COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.36 KB18ENTRYPOINT ["/docker-entrypoint.sh"]0 B19EXPOSE map[8080/tcp:{}]0 B20STOPSIGNAL SIGQUIT0 B21USER 1010 B22CMD ["nginx" "-g" "daemon off;"]0 B23ARG UID=1010 B24ARG GID=1010 B25USER root0 B26RUN |2 UID=101 GID=101 /bin/sh11.06 MB27USER 1010 B28LABEL org.opencontainers.image.title=langflow-frontend0 B29LABEL org.opencontainers.image.authors=[Langflow]0 B30LABEL org.opencontainers.image.licenses=MIT0 B31LABEL org.opencontainers.image.url=https://github.com/langflow-ai/langflow0 B32LABEL org.opencontainers.image.source=https://github.com/langflow-ai/langflow0 B33COPY --chown=nginx /frontend/build /usr/share/nginx/html #4.12 MB34COPY --chown=nginx ./docker/frontend/nginx.conf /etc/nginx/conf.d/default.conf #483 B35COPY --chown=nginx ./docker/frontend/start-nginx.sh /start-nginx.sh #415 B36RUN /bin/sh -c chmod +x415 B37ENTRYPOINT ["/start-nginx.sh"]0 BCommand
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in /