Immutable Tag - CI/CD用語集の定義
immutable tag とは、一度公開されると決して上書きできない registry のタグまたは参照で、同じ名前が常に同じバイト列に解決されます。digest への固定が最も強力な形です。
CIにおいて
digest(image@sha256:...)または immutable なバージョンタグでデプロイすると、rebuild が馴染みのある名前のまま出荷内容を黙って変えてしまうのを防げます。
関連ガイド
Mutable Tag - CI/CD Glossary DefinitionMutable Tag: A mutable tag is a registry tag that can be repointed to new content over time, such as `latest`…
Content-Addressable Storage - CI/CD Glossary DefinitionContent-Addressable Storage: Content-addressable storage identifies data by the hash of its content rather th…
Version Pinning - CI/CD Glossary DefinitionVersion Pinning: Version pinning is specifying an exact dependency version (for example `lodash@4.17.21`) ins…