Releases and Container Tags

Understanding Taranis AI release strategy, container image tags, and their meaning for deployment and upgrades.

Tags

Taranis AI publishes container images to GitHub Container Registry (ghcr.io) with different tagging strategies for core services and bots.

All images are available at GitHub Container Registry.

For Core Services (core, gui, worker, frontend)

Core Taranis AI services follow a stable and tested release process:

TagDescriptionUse CaseStability
stableLatest manually tested and verified releaseProduction deployments✅ High
v1.2.3 (semver)Specific version (semantic versioning)Pinned production deployments✅ High
latestLatest build from main branchDevelopment/testing only⚠️ May contain bugs

For Bots

Bot containers have a different tagging strategy focused on experimental features:

TagDescriptionUse CaseStability
latest (alias: stable)Latest manually tested and verified releaseProduction bot deployments✅ High
dev or experimentalDevelopment builds with experimental featuresTesting new bot capabilities⚠️ Experimental