Custom Image Configuration#
Language selection#
Choose which language runtimes to include. Node.js is always installed (required for Claude Code).
image:
languages:
node: true
go: true
rust: false
python: trueTool groups#
image:
tools:
dev: true
build: trueExtra Dockerfile steps#
image:
extra:
- run: apt-get update && apt-get install -y ffmpeg
- run: pip install black ruffUsing a completely custom image#
image: my-registry/my-image:latestThe custom image must have Claude Code pre-installed.