sha256:ddc0bd210c1d7c9d91e2933f2868e80785177fec29c5b6d55c934b85a7311790
OS/ARCH
linux/amd64
Compressed size
215.75 MB
Last pushed
7 days by mulesoft
Type
Image
Manifest digest
sha256:ddc0bd210c1d7c9d91e2933f2868e80785177fec29c5b6d55c934b85a7311790
Image Layers
1ARG BUNDLE0 B2ARG RELEASE0 B3LABEL org.opencontainers.image.source=https://git.soma.salesforce.com/docker-images/sfdc_rhel9 org.opencontainers.image.version=2026.0909 org.opencontainers.image.release=010 B4ADD /target/os_tar/tmp_root.tar / # buildkit73.37 MB5COPY etc_bashrc /etc/bashrc # buildkit1.31 KB6COPY root_bashrc /root/.bashrc # buildkit253 B7RUN |2 BUNDLE=2026.0909 RELEASE=01 /bin/sh587 B8RUN |2 BUNDLE=2026.0909 RELEASE=01 /bin/sh1.75 KB9COPY add_strata_repo.py /usr/local/bin # buildkit1.4 KB10RUN |2 BUNDLE=2026.0909 RELEASE=01 /bin/sh4.08 MB11ENV LANG=C.UTF-80 B12CMD ["/bin/bash"]0 B13COPY ./pip.conf /root/.pip/pip.conf # buildkit249 B14ENV REQUESTS_CA_BUNDLE=/etc/pki/tls/cert.pem0 B15RUN /bin/sh -c dnf -y30.71 MB16ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_TRUSTED_HOST=nexus-proxy.repo.local.sfdc.net0 B17WORKDIR /app92 B18RUN /bin/sh -c update-crypto-policies --set3.75 KB19RUN /bin/sh -c python3.12 -m23.6 MB20COPY pyproject.toml uv.lock /app/ #71.55 KB21RUN /bin/sh -c uv lock1.74 KB22COPY scripts/check_crypto_policy.py scripts/crypto_dependency_allowlist.txt /app/scripts/ #1.3 KB23RUN /bin/sh -c python3.12 /app/scripts/check_crypto_policy.py32 B24RUN /bin/sh -c uv export44.59 KB25RUN /bin/sh -c python3.12 -m49.25 MB26RUN /bin/sh -c python3.12 -m257 B27RUN /bin/sh -c python3.12 -c32 B28COPY /usr/bin/node /usr/local/bin/node # buildkit3.13 KB29COPY /node-libs/ /usr/lib64/ # buildkit32.66 MB30COPY /build/node_modules/ /app/node_modules/ # buildkit1.41 MB31COPY main.py common.py serialization.py tool_discovery_service.py24.21 KB32COPY models/ /app/models/ # buildkit3.29 KB33COPY store/ /app/store/ # buildkit37.16 KB34COPY runner/ /app/runner/ # buildkit18.99 KB35COPY adaptor/ /app/adaptor/ # buildkit4 KB36COPY a2a_plugin/ /app/a2a_plugin/ # buildkit23.54 KB37COPY trigger/ /app/trigger/ # buildkit565 B38COPY mcp_tools/ /app/mcp_tools/ # buildkit11.47 KB39COPY log/ /app/log/ # buildkit4.22 KB40COPY config/ /app/config/ # buildkit4.78 KB41COPY a2a_tools/ /app/a2a_tools/ # buildkit14.22 KB42COPY tool_utilities/ /app/tool_utilities/ # buildkit160 B43COPY validators/ /app/validators/ # buildkit9.02 KB44COPY middleware/ /app/middleware/ # buildkit1.93 KB45COPY llm/ /app/llm/ # buildkit24.35 KB46COPY expression/ /app/expression/ # buildkit2.25 KB47COPY functions/ /app/functions/ # buildkit3.49 KB48COPY errors/ /app/errors/ # buildkit3.76 KB49COPY scripts/ /app/scripts/ # buildkit9.07 KB50COPY LICENSE.md /app/ # buildkit557 B51COPY scripts/entrypoint.sh /app/entrypoint.sh # buildkit164 B52RUN /bin/sh -c python3.12 -m365.56 KB53USER 9930 B54EXPOSE map[8001/tcp:{}]0 B55ENTRYPOINT ["/app/entrypoint.sh"]0 B56CMD ["python3.12" "-m" "uvicorn" "main:app"0 BCommand
ARG BUNDLE