J
jeremy
Video
Pinning a Docker Image by Its sha256 Digest Instead of a Mutable Tag
Container image references come in two kinds with different guarantees: a tag is a mutable, human-assigned pointer that an upstream registry may repoint at any time, whereas a digest is a cryptograph…