Docker: Agentic Coding
· One min read
Recently, I started putting together lightweight Docker images for the coding agents I use most often. Mainly for TypeScript and Python workflows.
The project currently includes images for Codex, Claude Code, and GitHub Copilot. All images are based on a shared development image with common tooling already included.
The goal is to keep the images minimal while still making them easy to extend with additional tooling when needed.
Key Features:
- Lightweight Images: Minimal images focused on terminal-based coding agents.
- Shared Base Image: Common tooling shared across all agent containers.
- Automated Builds: GitHub Actions automatically builds and publishes new versions.
- Versioned Tags: Images are tagged with both
latestand upstream package versions. - Chrome MCP Support: Includes
chrome-devtools-mcpfor browser workflows.
Source code and published images are available on GitHub:
