spawn/sh/docker
Ahmed Abushagur 83ecccf4ad
Some checks failed
CLI Release / Build and release CLI (push) Has been cancelled
Build Docker Images / build (claude) (push) Has been cancelled
Build Docker Images / build (codex) (push) Has been cancelled
Build Docker Images / build (cursor) (push) Has been cancelled
Build Docker Images / build (hermes) (push) Has been cancelled
Build Docker Images / build (junie) (push) Has been cancelled
Build Docker Images / build (kilocode) (push) Has been cancelled
Build Docker Images / build (openclaw) (push) Has been cancelled
Build Docker Images / build (opencode) (push) Has been cancelled
Build Docker Images / build (pi) (push) Has been cancelled
Lint / ShellCheck (push) Has been cancelled
Lint / Biome Lint (push) Has been cancelled
Lint / macOS Compatibility (push) Has been cancelled
fix(docker): publish spawn-pi image so --beta sandbox works for pi (#3373)
The sandbox flow on local pulls ghcr.io/openrouterteam/spawn-<agent>:latest,
but the Docker build matrix in .github/workflows/docker.yml didn't include
`pi` and there was no sh/docker/pi.Dockerfile, so the image was never
published. `spawn pi local --beta sandbox` failed with "denied" pulling
spawn-pi:latest.

Adds the Dockerfile (mirrors kilocode/codex: Ubuntu 24.04 + Node 22 +
`npm install -g @mariozechner/pi-coding-agent`) and registers `pi` in
the workflow matrix. The next scheduled or manual run will publish
ghcr.io/openrouterteam/spawn-pi:latest.

Co-authored-by: A <258483684+la14-1@users.noreply.github.com>
2026-04-29 15:43:42 -07:00
..
claude.Dockerfile feat(docker): replace Packer snapshots with Docker-based agent delivery (#2206) 2026-03-05 11:23:56 -05:00
codex.Dockerfile feat(docker): replace Packer snapshots with Docker-based agent delivery (#2206) 2026-03-05 11:23:56 -05:00
cursor.Dockerfile ci: add cursor agent to Docker image pipeline (#3051) 2026-03-27 13:41:27 +07:00
hermes.Dockerfile fix(docker): add xz-utils to Hermes Dockerfile for Node.js extraction (#2217) 2026-03-05 13:41:53 -05:00
junie.Dockerfile feat: add junie Dockerfile for Docker image builds (#2601) 2026-03-13 19:40:51 -07:00
kilocode.Dockerfile feat(docker): replace Packer snapshots with Docker-based agent delivery (#2206) 2026-03-05 11:23:56 -05:00
openclaw.Dockerfile fix: pin bun install to v1.3.9 in all agent scripts (#2345) 2026-03-08 12:47:18 -04:00
opencode.Dockerfile feat(docker): replace Packer snapshots with Docker-based agent delivery (#2206) 2026-03-05 11:23:56 -05:00
pi.Dockerfile fix(docker): publish spawn-pi image so --beta sandbox works for pi (#3373) 2026-04-29 15:43:42 -07:00