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.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

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

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