Sign inSign up

langchain/langsmith-backend:0.17.25rc1

Multi-platform
Index digest

sha256:915ebbb7143e54f39ffbbb9a6f3a563bda631308305523707b64dc4b99dccfc4

OS/ARCH

Compressed size

928.64 MB

Last pushed

6 days by joaquinborggiolc

Type

Image

Manifest digest

sha256:ccf5757342f82f5fb6955439d128c63d89cd5f5755c9fdff97493e7934dba0dd

Image Layers

1apko2.54 MB
2apko2.38 MB
3apko416.8 KB
4apko167.1 KB
5apko118.12 KB
6apko93.73 KB
7apko105.58 KB
8apko75.02 KB
9apko50.94 KB
10apko14.05 KB
11apko14.05 KB
12ARG PYTHON_VERSION=3.140 B
13ARG PYTHON_APK_VERSION=3.14.7-r60 B
14RUN |2 PYTHON_VERSION=3.14 PYTHON_APK_VERSION=3.14.7-r6 /bin/sh31.37 MB
15ARG UID=10000 B
16ARG GID=10000 B
17ARG GIT_SHA=115a256787faaeabafb177427be3cd16879fa4230 B
18RUN |5 PYTHON_VERSION=3.14 PYTHON_APK_VERSION=3.14.7-r6 UID=10001.01 KB
19RUN |5 PYTHON_VERSION=3.14 PYTHON_APK_VERSION=3.14.7-r6 UID=1000183.17 MB
20RUN |5 PYTHON_VERSION=3.14 PYTHON_APK_VERSION=3.14.7-r6 UID=1000259.37 KB
21ENV GIT_SHA=115a256787faaeabafb177427be3cd16879fa4230 B
22ENV PYTHONFAULTHANDLER=10 B
23ENV PYTHONUNBUFFERED=True0 B
24ENV LOG_LEVEL=info0 B
25ENV LANGCHAIN_REPO_ROOT=/code0 B
26ENV AWS_CONFIG_FILE=/usr/.aws/config0 B
27ENV DD_TRACE_PROPAGATION_STYLE=datadog,tracecontext0 B
28ENV PATH=/code/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin0 B
29COPY --chown=langsmith:langsmith /code /code #325.46 MB
30COPY --chown=langsmith:langsmith /out/clickhouse-migrate /usr/local/bin/clickhouse-migrate #4.21 MB
31COPY --chown=langsmith:langsmith /out/smith-go /code/smith-go/smith-go #97.55 MB
32COPY --chown=langsmith:langsmith /out/asynq-worker /code/smith-go/asynq-worker #81.34 MB
33COPY --chown=langsmith:langsmith /out/agent-gateway /code/smith-go/agent-gateway #46.94 MB
34COPY --chown=langsmith:langsmith /out/langsmith-edge /code/smith-go/langsmith-edge #30.36 MB
35COPY --chown=langsmith:langsmith /out/smith-intelligence /code/smith-go/smith-intelligence #44.94 MB
36COPY --chown=langsmith:langsmith /out/trajectory-grpc /code/smith-go/trajectory-grpc #32.13 MB
37COPY --chown=langsmith:langsmith /out/managed-tools-server /code/smith-go/managed-tools-server #44.94 MB
38COPY --chown=langsmith:langsmith ./smith-go/static /code/smith-go/static #3.57 KB
39COPY --chown=langsmith:langsmith ./smith-go/entrypoint.sh ./smith-go/asynq_worker_entrypoint.sh ./smith-go/agent_gateway_entrypoint.sh490 B
40WORKDIR /code32 B
41COPY --chown=langsmith:langsmith ./smith-backend/*entrypoint.sh ./smith-backend/ #891 B
42COPY --chown=langsmith:langsmith ./host-backend/entrypoint.sh ./host-backend/listener_entrypoint.sh ./host-backend/549 B
43COPY --chown=langsmith:langsmith ./smith-playground/entrypoint.sh ./smith-playground/ #453 B
44COPY --chmod=0755 ./host-backend/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_host.sh #673 B
45COPY --chmod=0755 ./smith-playground/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_playground.sh #673 B
46COPY --chmod=0755 ./smith-go/gateway/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_agent_gateway.sh #598 B
47COPY --chmod=0755 ./smith-go/sandboxes/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_sandbox_ecr.sh #617 B
48COPY --chown=langsmith:langsmith ./smith-backend/aws_config /usr/.aws/config #439 B
49COPY --chmod=0755 ./smith-backend/entrypoints/smith_backend_entrypoint.sh /usr/local/bin/smith_backend_entrypoint.sh #477 B
50COPY --chmod=0755 ./smith-backend/entrypoints/host_backend_entrypoint.sh /usr/local/bin/host_backend_entrypoint.sh #412 B
51COPY --chmod=0755 ./smith-backend/entrypoints/smith_playground_entrypoint.sh /usr/local/bin/smith_playground_entrypoint.sh #321 B
52COPY --chmod=0755 ./smith-backend/entrypoints/agent_builder_tool_server_entrypoint.sh /usr/local/bin/agent_builder_tool_server_entrypoint.sh #341 B
53COPY --chmod=0755 ./smith-backend/entrypoints/agent_builder_trigger_server_entrypoint.sh /usr/local/bin/agent_builder_trigger_server_entrypoint.sh #334 B
54COPY --chmod=0755 ./smith-backend/entrypoints/smith_go_entrypoint.sh /usr/local/bin/smith_go_entrypoint.sh #327 B
55COPY --chmod=0755 ./smith-backend/entrypoints/asynq_worker_entrypoint.sh /usr/local/bin/asynq_worker_entrypoint.sh #331 B
56COPY --chmod=0755 ./smith-backend/entrypoints/agent_gateway_entrypoint.sh /usr/local/bin/agent_gateway_entrypoint.sh #332 B
57COPY --chmod=0755 ./smith-backend/entrypoints/langsmith_edge_entrypoint.sh /usr/local/bin/langsmith_edge_entrypoint.sh #317 B
58COPY --chmod=0755 ./smith-backend/entrypoints/smith_intelligence_entrypoint.sh /usr/local/bin/smith_intelligence_entrypoint.sh #325 B
59COPY --chmod=0755 ./smith-backend/entrypoints/trajectory_grpc_entrypoint.sh /usr/local/bin/trajectory_grpc_entrypoint.sh #318 B
60COPY --chmod=0755 ./smith-backend/entrypoints/managed_tools_server_entrypoint.sh /usr/local/bin/managed_tools_server_entrypoint.sh #340 B
61RUN |5 PYTHON_VERSION=3.14 PYTHON_APK_VERSION=3.14.7-r6 UID=10001.21 KB
62WORKDIR /code/smith-backend32 B
63USER langsmith0 B
64CMD ["./entrypoint.sh"]0 B

Command

apko