Image Tag - CI/CD用語集の定義
Image tag とは、リポジトリ内の image に付けられる人間が読めるラベルです(例: myapp:1.4.2 や myapp:latest)。tag は可変で、別の image に付け替えることができます。
Image tag とは、リポジトリ内の image に付けられる人間が読めるラベルです(例: myapp:1.4.2 や myapp:latest)。tag は可変で、別の image に付け替えることができます。
Image tag とは、リポジトリ内の image に付けられる人間が読めるラベルです(例: myapp:1.4.2 や myapp:latest)。tag は可変で、別の image に付け替えることができます。
ベストプラクティス
tag は可変であるため、再現可能で検証可能なデプロイのために、CI ではイミュータブルな digest でも image を固定すべきです。
関連ガイド
Image Digest - CI/CD Glossary DefinitionImage Digest: An image digest is the SHA-256 content hash that uniquely and immutably identifies an image (fo…
Image Registry - CI/CD Glossary DefinitionImage Registry: An image registry is a service that stores and distributes container images (Docker Hub, GitH…
Image Pull Policy - CI/CD Glossary DefinitionImage Pull Policy: An image pull policy controls when a runtime fetches an image versus using a cached copy.…
Container Image - CI/CD Glossary DefinitionContainer Image: A container image is a read-only, layered package that bundles an application with its runti…