Files
openclaw/src/agents
google-labs-jules[bot] 49c6d8019f fix(sandbox): improve docker image existence check error handling
Previously, `dockerImageExists` assumed any error from `docker image inspect` meant the image did not exist. This masked other errors like socket permission issues.

This change:
- Modifies `dockerImageExists` to inspect stderr when the exit code is non-zero.
- Returns `false` only if the error explicitly indicates "No such image" or "No such object".
- Throws an error with the stderr content for all other failures.
- Adds a reproduction test in `src/agents/sandbox/docker.test.ts`.
2026-01-24 00:30:24 +00:00
..
2026-01-23 00:49:40 +00:00
2026-01-23 09:52:22 +00:00
2026-01-17 08:00:05 +00:00
2026-01-14 15:02:19 +00:00
2026-01-20 10:51:25 +00:00
2026-01-19 00:34:26 +00:00
2026-01-20 13:52:59 +00:00
2026-01-17 08:00:05 +00:00
2026-01-17 06:32:24 +00:00
2026-01-14 15:02:19 +00:00
2026-01-17 05:48:56 +00:00
2026-01-14 15:02:19 +00:00
2026-01-23 01:00:24 +00:00
2026-01-23 01:00:24 +00:00
2026-01-14 15:02:19 +00:00