advancedTop 100 Interview Questions

What does immutable tagging by git SHA buy you in a CI/CD pipeline?

Every build produces a uniquely and permanently identifiable image tag tied to an exact commit, eliminating the ambiguity of mutable tags like `latest` — you can always trace a running image back to the exact source code that produced it, and rollback means simply redeploying a previous known-good SHA tag.

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to Why would a pipeline run a security scan as a blocking gate rather than just an informational step?← Back to all Docker questions