Ecosystem · Agents · Docker

Agent image pipeline and Pi image support

The vibepod-agents repository owns Docker image definitions and release automation for supported coding agents.

2026-05-30 · Ecosystem · Agents · Docker

Image build automation

The repository added a pipeline for building container images and tracking agent versions, then refined cache and force-recreate behavior for image updates.

Pi image support

Recent work added the Pi agent image target and documentation so the CLI can launch Pi with the same zero-config style as other agents.

Example commands

The agents repository is Docker-focused. These examples show the kind of validation/build workflow used around agent image definitions.

cd vibepod-agents
docker compose config --services

IMAGE_TAG=0.13.0 docker compose build pi
IMAGE_TAG=0.13.0 docker compose build claude

Related links