Reproducible Image Releases
Use meaningful immutable version tags such as a semantic version, Git commit SHA, or release identifier. Mutable tags can be convenient for development but make it harder to know exactly what was deployed.
For high-reliability deployments, record the image digest that was actually deployed.
ADVERTISEMENT