Sign inSign up

langchain/langsmith-backend:0.17.25rc1

Multi-platform
Index digest

sha256:915ebbb7143e54f39ffbbb9a6f3a563bda631308305523707b64dc4b99dccfc4

OS/ARCH

Compressed size

986.23 MB

Last pushed

7 days by joaquinborggiolc

Type

Image

Manifest digest

sha256:16be3c6ec25a8d2643b4503a2d0042daf43f5242f5765c623fd8fc6a42fbfc2c

Image Layers

1apko2.8 MB
2apko3.2 MB
3apko415.38 KB
4apko174.74 KB
5apko114.86 KB
6apko95.62 KB
7apko93.56 KB
8apko105.58 KB
9apko63.07 KB
10apko14.06 KB
11apko14.08 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.83 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=1000187.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 #331.26 MB
30COPY --chown=langsmith:langsmith /out/clickhouse-migrate /usr/local/bin/clickhouse-migrate #4.61 MB
31COPY --chown=langsmith:langsmith /out/smith-go /code/smith-go/smith-go #107.97 MB
32COPY --chown=langsmith:langsmith /out/asynq-worker /code/smith-go/asynq-worker #90.39 MB
33COPY --chown=langsmith:langsmith /out/agent-gateway /code/smith-go/agent-gateway #52.85 MB
34COPY --chown=langsmith:langsmith /out/langsmith-edge /code/smith-go/langsmith-edge #34.8 MB
35COPY --chown=langsmith:langsmith /out/smith-intelligence /code/smith-go/smith-intelligence #50.67 MB
36COPY --chown=langsmith:langsmith /out/trajectory-grpc /code/smith-go/trajectory-grpc #36.67 MB
37COPY --chown=langsmith:langsmith /out/managed-tools-server /code/smith-go/managed-tools-server #50.67 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.sh489 B
40WORKDIR /code32 B
41COPY --chown=langsmith:langsmith ./smith-backend/*entrypoint.sh ./smith-backend/ #889 B
42COPY --chown=langsmith:langsmith ./host-backend/entrypoint.sh ./host-backend/listener_entrypoint.sh ./host-backend/548 B
43COPY --chown=langsmith:langsmith ./smith-playground/entrypoint.sh ./smith-playground/ #452 B
44COPY --chmod=0755 ./host-backend/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_host.sh #671 B
45COPY --chmod=0755 ./smith-playground/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_playground.sh #674 B
46COPY --chmod=0755 ./smith-go/gateway/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_agent_gateway.sh #600 B
47COPY --chmod=0755 ./smith-go/sandboxes/fetch_aws_creds.sh /usr/local/bin/fetch_aws_creds_sandbox_ecr.sh #619 B
48COPY --chown=langsmith:langsmith ./smith-backend/aws_config /usr/.aws/config #437 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 #322 B
52COPY --chmod=0755 ./smith-backend/entrypoints/agent_builder_tool_server_entrypoint.sh /usr/local/bin/agent_builder_tool_server_entrypoint.sh #342 B
53COPY --chmod=0755 ./smith-backend/entrypoints/agent_builder_trigger_server_entrypoint.sh /usr/local/bin/agent_builder_trigger_server_entrypoint.sh #336 B
54COPY --chmod=0755 ./smith-backend/entrypoints/smith_go_entrypoint.sh /usr/local/bin/smith_go_entrypoint.sh #325 B
55COPY --chmod=0755 ./smith-backend/entrypoints/asynq_worker_entrypoint.sh /usr/local/bin/asynq_worker_entrypoint.sh #329 B
56COPY --chmod=0755 ./smith-backend/entrypoints/agent_gateway_entrypoint.sh /usr/local/bin/agent_gateway_entrypoint.sh #329 B
57COPY --chmod=0755 ./smith-backend/entrypoints/langsmith_edge_entrypoint.sh /usr/local/bin/langsmith_edge_entrypoint.sh #316 B
58COPY --chmod=0755 ./smith-backend/entrypoints/smith_intelligence_entrypoint.sh /usr/local/bin/smith_intelligence_entrypoint.sh #322 B
59COPY --chmod=0755 ./smith-backend/entrypoints/trajectory_grpc_entrypoint.sh /usr/local/bin/trajectory_grpc_entrypoint.sh #316 B
60COPY --chmod=0755 ./smith-backend/entrypoints/managed_tools_server_entrypoint.sh /usr/local/bin/managed_tools_server_entrypoint.sh #337 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