Immutable Tag - CI/CD Glossary Definition
An immutable tag is a registry setting that forbids repushing over an existing tag, guaranteeing a tag like v1.4.2 always resolves to the same image and cannot be silently swapped.
Related guides
Digest Pinning - CI/CD Glossary DefinitionDigest pinning references an image by its immutable sha256 digest instead of a mutable tag, so every build an…
Artifact Promotion - CI/CD Glossary DefinitionArtifact promotion moves one tested build unchanged through environments - dev to staging to prod - so exactl…
Supply-Chain Security - CI/CD Glossary DefinitionSupply-chain security protects every step from source to deployed artifact - dependencies, build, signing - a…