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 follow a similar release process, with versions decoupled from the core Taranis AI services:

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