aicage-image-base
July 10, 2026 · View on GitHub
Base layers for the aicage agent images. Each base bundles an OS and common prerequisites; agent images in aicage/aicage-image build on top of these tags.
What’s included
- Base aliases such as
ubuntu,fedora, andact, each defined underbases/<alias>/. - Multi-arch support:
linux/amd64andlinux/arm64.
Tag formats
${AICAGE_BASE_REPOSITORY:-aicage/aicage-image-base}:<base>${AICAGE_BASE_REPOSITORY:-aicage/aicage-image-base}:<base>-<aicage_version>
Example:
- aicage/aicage-image-base:ubuntu
- aicage/aicage-image-base:ubuntu-0.0.1
<base> tags are convenience aliases for the newest published version of a base.
Contributing
See DEVELOPMENT.md for how to build, test, and publish new base images. AI coding agents should also read AGENTS.md.