Sign inSign up

bbaskovc/code-agent

By bbaskovc

•Updated 3 months ago

Ubuntu 24.04 dev environment with Node.js 26, GitHub CLI, OpenAI Codex, and Claude Code CLIs.

Image
0

69

bbaskovc/code-agent repository overview

⁠Code Agent

Ubuntu 24.04-based development environment with AI coding agent CLIs, Node.js 26, GitHub CLI, and a standard native build toolchain.

⁠Included Tools

  • Node.js 26 — JavaScript runtime (via NodeSource)
  • GitHub CLI (gh) — interact with GitHub from the terminal
  • OpenAI Codex CLI (@openai/codex) — agentic coding assistant
  • Claude Code CLI (@anthropic-ai/claude-code) — agentic coding assistant by Anthropic
  • Build tools — git, cmake, ninja-build, build-essential, python3, ccache
  • Utilities — curl, unzip, zip, tar, htop, tree, usbutils

⁠Quick Start

docker 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

Tag summary

Content type

Image

Digest

sha256:e29828b7d…

Size

654.7 MB

Last updated

3 months ago

docker pull bbaskovc/code-agent:24.04