Ubuntu 24.04 dev environment with Node.js 26, GitHub CLI, OpenAI Codex, and Claude Code CLIs.
69
Ubuntu 24.04-based development environment with AI coding agent CLIs, Node.js 26, GitHub CLI, and a standard native build toolchain.
gh) — interact with GitHub from the terminal@openai/codex) — agentic coding assistant@anthropic-ai/claude-code) — agentic coding assistant by Anthropicgit, cmake, ninja-build, build-essential, python3, ccachecurl, unzip, zip, tar, htop, tree, usbutilsdocker run -it --rm -v "$(pwd):/workspace" bbaskovc/code-agent:latest
Pass API keys for the agent CLIs:
docker run -it --rm \
-v "$(pwd):/workspace" \
-e OPENAI_API_KEY=your_key \
-e ANTHROPIC_API_KEY=your_key \
bbaskovc/code-agent:latest
Content type
Image
Digest
sha256:e29828b7d…
Size
654.7 MB
Last updated
3 months ago
docker pull bbaskovc/code-agent:24.04