You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Docker example image examples/docker/opencode.Dockerfile that packages Sortie and the OpenCode CLI in a single container. Mirrors the existing claude-code.Dockerfile, codex.Dockerfile, and copilot.Dockerfile.
The image should include:
Base: the same base image used by the existing agent Dockerfiles.
Verify: docker build -f examples/docker/opencode.Dockerfile . produces a working image. Running the image with a minimal WORKFLOW.opencode.md mounted completes a turn against a dummy issue.
Add a Docker example image
examples/docker/opencode.Dockerfilethat packages Sortie and the OpenCode CLI in a single container. Mirrors the existingclaude-code.Dockerfile,codex.Dockerfile, andcopilot.Dockerfile.The image should include:
Update
examples/docker/README.mdto list the new image alongside the existing entries.Blocked by #475.
Verify:
docker build -f examples/docker/opencode.Dockerfile .produces a working image. Running the image with a minimalWORKFLOW.opencode.mdmounted completes a turn against a dummy issue.