Problem Statement
What is the best practice around tagging images in a CI/CD pipeline to ensure immutability?
Explanation
Using unique tags (for example build number or git commit hash) ensures that each image is immutable, traceable and deployable. Relying only on ‘latest’ may lead to ambiguous versions and difficult rollbacks.
Practice Sets
This question appears in the following practice sets:
