Image Tag - CI/CD用語集の定義
image tagはコンテナイメージに名前を付ける可変のラベル(latestやv1.2.0など)です。tagは付け替え可能なため、固定にはdigestの方が安全です。
関連ガイド
Image Digest - CI/CD Glossary DefinitionAn image digest is the immutable SHA-256 hash identifying an exact container image. Pinning to a digest guara…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Base Image - CI/CD Glossary DefinitionA base image is the starting layer a Dockerfile builds on, set by the first FROM. Choosing a slim, trusted ba…