Image Digest - CI/CD用語集の定義
image digestはコンテナイメージのコンテンツアドレス方式のSHA-256ハッシュ(sha256:...)です。これに固定すると、可変のtagとは異なり、バイト単位で同一のイメージが保証されます。
関連ガイド
Image Tag - CI/CD Glossary DefinitionAn image tag is a human-readable label like v1.2.0 or latest pointing at a container image. Tags are mutable,…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…