Sign inSign up

mulesoft/agent-graph-module:1.1.0

Manifest digest

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 B
2ARG RELEASE0 B
3LABEL org.opencontainers.image.source=https://git.soma.salesforce.com/docker-images/sfdc_rhel9 org.opencontainers.image.version=2026.0811 org.opencontainers.image.release=010 B
4ADD /target/os_tar/tmp_root.tar / # buildkit73.35 MB
5COPY etc_bashrc /etc/bashrc # buildkit1.31 KB
6COPY root_bashrc /root/.bashrc # buildkit253 B
7RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh601 B
8RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh1.79 KB
9COPY add_strata_repo.py /usr/local/bin # buildkit1.41 KB
10RUN |2 BUNDLE=2026.0811 RELEASE=01 /bin/sh4.08 MB
11ENV LANG=C.UTF-80 B
12CMD ["/bin/bash"]0 B
13COPY ./pip.conf /root/.pip/pip.conf # buildkit250 B
14ENV REQUESTS_CA_BUNDLE=/etc/pki/tls/cert.pem0 B
15RUN /bin/sh -c dnf -y30.71 MB
16ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_TRUSTED_HOST=nexus-proxy.repo.local.sfdc.net0 B
17WORKDIR /app93 B
18RUN /bin/sh -c printf 'openssl_conf232 B
19RUN /bin/sh -c python3.12 -m27.02 MB
20COPY pyproject.toml uv.lock /app/ #71.55 KB
21RUN /bin/sh -c uv lock178.57 KB
22COPY scripts/check_crypto_policy.py scripts/crypto_dependency_allowlist.txt /app/scripts/ #1.3 KB
23RUN /bin/sh -c python3.12 /app/scripts/check_crypto_policy.py32 B
24RUN /bin/sh -c uv export44.59 KB
25RUN /bin/sh -c python3.12 -m49.26 MB
26RUN /bin/sh -c python3.12 -m259 B
27RUN /bin/sh -c python3.12 -c32 B
28COPY /usr/bin/node /usr/local/bin/node # buildkit3.12 KB
29COPY /node-libs/ /usr/lib64/ # buildkit32.64 MB
30COPY /build/node_modules/ /app/node_modules/ # buildkit1.41 MB
31COPY main.py common.py serialization.py tool_discovery_service.py23.59 KB
32COPY models/ /app/models/ # buildkit3.29 KB
33COPY store/ /app/store/ # buildkit37.88 KB
34COPY runner/ /app/runner/ # buildkit19 KB
35COPY adaptor/ /app/adaptor/ # buildkit4.01 KB
36COPY a2a_plugin/ /app/a2a_plugin/ # buildkit26.24 KB
37COPY trigger/ /app/trigger/ # buildkit565 B
38COPY mcp_tools/ /app/mcp_tools/ # buildkit11.47 KB
39COPY log/ /app/log/ # buildkit4.22 KB
40COPY config/ /app/config/ # buildkit4.78 KB
41COPY a2a_tools/ /app/a2a_tools/ # buildkit14.22 KB
42COPY tool_utilities/ /app/tool_utilities/ # buildkit160 B
43COPY validators/ /app/validators/ # buildkit9.02 KB
44COPY middleware/ /app/middleware/ # buildkit1.93 KB
45COPY llm/ /app/llm/ # buildkit24.13 KB
46COPY expression/ /app/expression/ # buildkit2.25 KB
47COPY functions/ /app/functions/ # buildkit3.5 KB
48COPY scripts/ /app/scripts/ # buildkit6.34 KB
49COPY LICENSE.md /app/ # buildkit559 B
50COPY scripts/entrypoint.sh /app/entrypoint.sh # buildkit168 B
51RUN /bin/sh -c python3.12 -m367.84 KB
52USER 9930 B
53EXPOSE map[8001/tcp:{}]0 B
54ENTRYPOINT ["/app/entrypoint.sh"]0 B
55CMD ["python3.12" "-m" "uvicorn" "main:app"0 B

Command

ARG BUNDLE