Image tags
5
latest, versioned, date-based
Aligned to the reference repository: image variants, build commands, health endpoints, monitoring, and release workflow.
A compact operational view of the build surface
The reference repo centers on tagged Docker artifacts, not app analytics. This console now treats the build pipeline as the product surface.
Weekly rebuilds, explicit tags, and health endpoints are the core operational contract.
Tags and intended use
| Tag | Description | Size | Use case |
|---|---|---|---|
| latest-all | Full feature build | ~2.5GB | Production |
| latest-default | Minimal build | ~1.5GB | Small footprint |
| VERSION-all | Pinned full build | ~2.5GB | Version lock |
| VERSION-default | Pinned minimal build | ~1.5GB | Version lock |
| YYYYMMDD-all | Date-based build | ~2.5GB | Reproducible |
The release model in four beats
What matters in the reference repo