docs: note default sandbox image fail-fast behavior · openclaw/openclaw@cfbf4d1
vincentkoc
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -369,6 +369,8 @@ Default Docker image: `openclaw-sandbox:bookworm-slim`
|
369 | 369 | |
370 | 370 | The default image does **not** include Node. If a skill needs Node (or other runtimes), either bake a custom image or install via `sandbox.docker.setupCommand` (requires network egress + writable root + root user). |
371 | 371 | |
| 372 | +OpenClaw does not silently substitute plain `debian:bookworm-slim` when `openclaw-sandbox:bookworm-slim` is missing. Sandbox runs that target the default image fail fast with a build instruction until you run `scripts/sandbox-setup.sh`, because the bundled image carries `python3` for sandbox write/edit helpers. |
| 373 | + |
372 | 374 | </Step> |
373 | 375 | <Step title="Optional: build the common image"> |
374 | 376 | For a more functional sandbox image with common tooling (for example `curl`, `jq`, `nodejs`, `python3`, `git`): |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。