Skip to content

Commit 583e31c

Browse files
itomekclaudekovtcharov
authored
Add Docker Containers to Q1 2026 roadmap (#271)
## Summary Adds Docker Containers feature to the Q1 2026 roadmap and timeline diagram. Also adds CUA node to the timeline diagram (it existed in content but was missing from the visual). ## Changes - **Mermaid diagram**: Added Q1D (CUA) and Q1E (Docker Containers) nodes to timeline - **Roadmap section**: Added Docker Containers section with three image types and usage examples - **Detailed plan**: Created comprehensive plan at `docs/plans/docker-containers.mdx` with: - Three image specifications (Linux, Windows, Development) - Complete Dockerfiles and entrypoint scripts - Port mappings, environment variables, security considerations - Claude Code sandboxing configuration for dev image - **Navigation**: Added plan to `docs.json` - **Updated**: Roadmap date to January 27, 2026 ## Images 1. **Linux Runtime** (`amd/gaia:linux`) - GAIA pre-installed via pip 2. **Windows Runtime** (`amd/gaia:windows`) - GAIA pre-installed via pip 3. **Development** (`amd/gaia:dev`) - Full dev environment with Claude Code All images are self-contained and accessed via `docker exec -it`. Closes #270 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Kalin Ovtcharov <kalin@extropolis.ai>
1 parent 1e91db0 commit 583e31c

4 files changed

Lines changed: 461 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ ENV/
108108
# IDE settings
109109
.idea/
110110

111+
# macOS
112+
.DS_Store
113+
.AppleDouble
114+
.LSOverride
115+
111116
# Node.js
112117
node_modules/
113118
npm-debug.log*

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"plans/chat-ui",
311311
"plans/mcp-client",
312312
"plans/cua",
313+
"plans/docker-containers",
313314
"plans/image-agent",
314315
"plans/mcp-docs"
315316
]

0 commit comments

Comments
 (0)