A collection of custom Dev Container Features for enhancing development containers with additional tools and utilities.
| Feature | Description | Repository |
|---|---|---|
| adr-tools | Architecture Decision Records management tools | ghcr.io/iot-rocket/devcontainer-features/adr-tools |
| chrome | Google Chrome with container-optimized wrapper script | ghcr.io/iot-rocket/devcontainer-features/chrome |
| claude-code | Claude Code CLI for AI-powered development assistance | ghcr.io/iot-rocket/devcontainer-features/claude-code |
| codex | OpenAI Codex CLI for local AI-powered coding assistance | ghcr.io/iot-rocket/devcontainer-features/codex |
| gemini-cli | Google Gemini CLI for AI-powered development assistance | ghcr.io/iot-rocket/devcontainer-features/gemini-cli |
| gitlab | GitLab CLI and workflow extension for GitLab integration | ghcr.io/iot-rocket/devcontainer-features/gitlab |
| imagemagick | ImageMagick image processing library with PDF support | ghcr.io/iot-rocket/devcontainer-features/imagemagick |
| mc | MinIO Client for object storage operations | ghcr.io/iot-rocket/devcontainer-features/mc |
| mcp-language-server | MCP Language Server for semantic code navigation | ghcr.io/iot-rocket/devcontainer-features/mcp-language-server |
| typst | Typst markup-based typesetting system | ghcr.io/iot-rocket/devcontainer-features/typst |
| yek | Repository file serialization tool for LLM consumption | ghcr.io/iot-rocket/devcontainer-features/yek |
| yq | YAML, JSON, XML, and CSV processor | ghcr.io/iot-rocket/devcontainer-features/yq |
Add features to your devcontainer.json:
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/iot-rocket/devcontainer-features/chrome:1": {}, "ghcr.io/iot-rocket/devcontainer-features/yq:1": {}, "ghcr.io/iot-rocket/devcontainer-features/imagemagick:1": {} } }