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.
- Base aliases such as
ubuntu,fedora, andact, each defined underbases/<alias>/. - Multi-arch support:
linux/amd64andlinux/arm64.
${AICAGE_BASE_REPOSITORY:-aicage/aicage-image-base}:<base>${AICAGE_BASE_REPOSITORY:-aicage/aicage-image-base}:<base>-<aicage_version>
Example:
aicage/aicage-image-base:ubuntuaicage/aicage-image-base:ubuntu-0.0.1
<base> tags are convenience aliases for the newest published version of a base.
See DEVELOPMENT.md for how to build, test, and publish new base images. AI coding agents should
also read AGENTS.md.