sha256:3ff0a5accfd183a4967f20645047c347f7e4fcccfa63cd5fcdfe925a54c331ae
OS/ARCH
linux/amd64
Compressed size
219.31 MB
Last pushed
12 days by mulesoft
Type
Image
Manifest digest
sha256:3ff0a5accfd183a4967f20645047c347f7e4fcccfa63cd5fcdfe925a54c331ae
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.0811 org.opencontainers.image.release=010 B4ADD /target/os_tar/tmp_root.tar / # buildkit73.35 MB5COPY etc_bashrc /etc/bashrc # buildkit1.31 KB6COPY root_bashrc /root/.bashrc # buildkit253 B7RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh601 B8RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh1.79 KB9COPY add_strata_repo.py /usr/local/bin # buildkit1.41 KB10RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh4.08 MB11ENV LANG=C.UTF-80 B12CMD ["/bin/bash"]0 B13COPY ./pip.conf /root/.pip/pip.conf # buildkit250 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 /app93 B18RUN /bin/sh -c printf 'openssl_conf232 B19RUN /bin/sh -c python3.12 -m27.02 MB20COPY pyproject.toml uv.lock /app/ #71.55 KB21RUN /bin/sh -c uv lock178.57 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.26 MB26RUN /bin/sh -c python3.12 -m259 B27RUN /bin/sh -c python3.12 -c32 B28COPY /usr/bin/node /usr/local/bin/node # buildkit3.12 KB29COPY /node-libs/ /usr/lib64/ # buildkit32.64 MB30COPY /build/node_modules/ /app/node_modules/ # buildkit1.41 MB31COPY main.py common.py serialization.py tool_discovery_service.py23.59 KB32COPY models/ /app/models/ # buildkit3.29 KB33COPY store/ /app/store/ # buildkit37.88 KB34COPY runner/ /app/runner/ # buildkit19 KB35COPY adaptor/ /app/adaptor/ # buildkit4.01 KB36COPY a2a_plugin/ /app/a2a_plugin/ # buildkit26.24 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.13 KB46COPY expression/ /app/expression/ # buildkit2.25 KB47COPY functions/ /app/functions/ # buildkit3.5 KB48COPY scripts/ /app/scripts/ # buildkit6.34 KB49COPY LICENSE.md /app/ # buildkit559 B50COPY scripts/entrypoint.sh /app/entrypoint.sh # buildkit168 B51RUN /bin/sh -c python3.12 -m367.84 KB52USER 9930 B53EXPOSE map[8001/tcp:{}]0 B54ENTRYPOINT ["/app/entrypoint.sh"]0 B55CMD ["python3.12" "-m" "uvicorn" "main:app"0 BCommand
ARG BUNDLE