Immutable Tag - CI/CD用語集の定義
immutable tagは、既存のtagへの再pushを禁止するregistryの設定で、v1.4.2のようなtagが常に同じイメージに解決され、こっそり入れ替えられないことを保証します。
関連ガイド
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…