Today I learned
Why I Tag Container Images With the Commit SHA
Using the Git commit SHA as a container image tag creates a direct, immutable link between source code, pipeline and deployed artifact.
Topic
2 matching entries across Articles, TIL and Projects.
Short notes and fixes tagged Git.
Using the Git commit SHA as a container image tag creates a direct, immutable link between source code, pipeline and deployed artifact.
A simple pre-push check for seeing changed, unstaged and staged content before it reaches a public repository.