sha256:fd6b632a97571d019fa6373b356292300031c9454b70942cd24560d20ffad910
OS/ARCH
linux/amd64
Compressed size
955.59 MB
Last pushed
16 days by phact
Type
Image
Manifest digest
sha256:365949dc0d64bfe30b6a2670ce3993739b06da0f2937d2905f6fd4ef29e9d6e7
Image Layers
1LABEL maintainer="Red Hat, Inc."0 B2LABEL vendor="Red Hat, Inc."0 B3LABEL url="https://catalog.redhat.com/en/search?searchType=containers"0 B4LABEL com.redhat.component="ubi10-minimal-container" 0 B5LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"0 B6LABEL summary="Provides the latest release0 B7LABEL description="The Universal Base Image0 B8LABEL io.k8s.description="The Universal Base Image0 B9LABEL io.k8s.display-name="Red Hat Universal Base0 B10LABEL io.openshift.expose-services=""0 B11LABEL io.openshift.tags="minimal rhel10"0 B12ENV container oci0 B13COPY dir:ed77bb373e14ffa6b3783b4ca84874dcd05c0d6bea35c76071d4ccb41ebeef18 in / 0 B14COPY file:5de33b5fc08b00635bccf9134a18978dba13e2250aa51838f9969515a3957847 in /etc/yum.repos.d/. 0 B15CMD ["/bin/bash"]0 B16COPY dir:7e4a63454f39409c213733c178806885b5a316509bc6872a23eca6721c2a73bc in /usr/share/buildinfo/ 0 B17COPY dir:7e4a63454f39409c213733c178806885b5a316509bc6872a23eca6721c2a73bc in /root/buildinfo/ 0 B18LABEL "org.opencontainers.image.created"="2026-08-03T17:40:34Z" "org.opencontainers.image.revision"="b9fdece4d2c962654c1c4a6f9578551c79e4c4c6" "build-date"="2026-08-03T17:40:34Z" "architecture"="x86_64"33.29 MB19EXPOSE 80800 B20ENV PYTHON_VERSION=3.14 0 B21ENV PATH=$APP_ROOT/bin:$HOME/bin:$HOME/.local/bin:$PATH0 B22ENV BASH_ENV=${APP_ROOT}/bin/activate 0 B23ENV SUMMARY="Minimal platform for building0 B24LABEL summary="$SUMMARY" 0 B25/bin/sh -c INSTALL_PKGS="python3.14 glibc-langpack-en findutils0 B26COPY dir:14b52e5b4dba2b5d78794253f3905f7c69773c0fbaad2ef4f5997fc407dbb3c3 in $STI_SCRIPTS_PATH 0 B27COPY dir:0e0aa0f5272905534917e11b52428147aefc961d770ef17b2d3ec9f7ec09cf1d in / 0 B28COPY dir:208155bc9054883784c7146928dd201221f759e227e3fb517c26e7336c745994 in /opt/wheels 0 B29WORKDIR ${HOME}0 B30/bin/sh -c 0 B31USER 10010 B32CMD $STI_SCRIPTS_PATH/usage0 B33COPY dir:6e4c23111baa58bd3be63fc6d15cf36b4e5940666aeb54a416fe202eaaa10460 in /usr/share/buildinfo/ 0 B34COPY dir:6e4c23111baa58bd3be63fc6d15cf36b4e5940666aeb54a416fe202eaaa10460 in /root/buildinfo/ 0 B35LABEL "org.opencontainers.image.created"="2026-08-04T01:20:28Z" "org.opencontainers.image.revision"="9eeabd90db7ad6fa25b51e0c8cbb5f4cf23aad4b" "build-date"="2026-08-04T01:20:28Z" "architecture"="x86_64"25.15 MB36USER root0 B37RUN /bin/sh -c microdnf update49.63 MB38RUN /bin/sh -c python3.14 -m3.77 MB39COPY /usr/local/bin/uv /usr/local/bin/uv # buildkit20.72 MB40COPY /usr/local/bin/uvx /usr/local/bin/uvx # buildkit201.52 KB41RUN /bin/sh -c ARCH=$(uname -m)66 MB42RUN /bin/sh -c useradd user832 B43COPY --chown=1000 /app/.venv /app/.venv #348.68 MB44ENV PATH=/app/.venv/bin:/opt/app-root/bin:/opt/app-root/src/bin:/opt/app-root/src/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B45ENV HOME=/app/data0 B46ENV BASH_ENV= ENV= PROMPT_COMMAND=0 B47RUN /bin/sh -c mkdir -p141 B48ENV NPM_CONFIG_CACHE=/app/.npm0 B49RUN /bin/sh -c mkdir -p9.3 MB50LABEL org.opencontainers.image.title=langflow0 B51LABEL org.opencontainers.image.authors=[Langflow]0 B52LABEL org.opencontainers.image.licenses=MIT0 B53LABEL org.opencontainers.image.url=https://github.com/langflow-ai/langflow0 B54LABEL org.opencontainers.image.source=https://github.com/langflow-ai/langflow0 B55USER user0 B56WORKDIR /app32 B57ENV LANGFLOW_HOST=0.0.0.00 B58ENV LANGFLOW_PORT=78600 B59ENV LANGFLOW_AUTO_LOGIN=false0 B60CMD ["langflow-base" "run"]0 B61RUN /bin/sh -c pip install19.16 MB62RUN /bin/sh -c pip install378.72 MB63COPY flows/ /app/flows/ # buildkit632.35 KB64COPY custom_components/ /app/custom_components/ # buildkit29.58 KB65COPY scripts/langflow-entrypoint.py /usr/local/bin/langflow-entrypoint # buildkit1.08 KB66COPY flows/component_index.json /app/component_index.json # buildkit335.67 KB67USER root0 B68RUN /bin/sh -c rm -f167 B69ENV LANGFLOW_SSRF_ALLOWED_HOSTS=localhost,127.0.0.1,host.docker.internal0 B70ENV LANGFLOW_LOG_TRACE_LOCALS=false0 B71ENV LANGFLOW_BLOCK_CODE_INTERPRETER_COMPONENTS=true0 B72ENV LANGFLOW_COMPONENTS_PATH=/app/custom_components0 B73ENV LANGFLOW_COMPONENTS_INDEX_PATH=/app/component_index.json0 B74ENV LANGFLOW_ALLOW_CUSTOM_COMPONENTS=false0 B75EXPOSE map[7860/tcp:{}]0 B76ENTRYPOINT ["langflow-entrypoint"]0 B77CMD ["python" "-m" "langflow" "run"0 BCommand
LABEL maintainer="Red Hat, Inc."