Image Registry - CI/CD用語集の定義
Image registry とは、container image を保存し配布するサービスです(Docker Hub、GitHub Container Registry、Amazon ECR)。クライアントは image をそこに push し、そこから pull します。
Image registry とは、container image を保存し配布するサービスです(Docker Hub、GitHub Container Registry、Amazon ECR)。クライアントは image をそこに push し、そこから pull します。
Image registry とは、container image を保存し配布するサービスです(Docker Hub、GitHub Container Registry、Amazon ECR)。クライアントは image をそこに push し、そこから pull します。
CI では
build job が tag 付き image を registry へ push し、deploy job や runner がそれを pull します。registry の認証は通常、短命の OIDC トークンで処理されます。
関連ガイド
Image Tag - CI/CD Glossary DefinitionImage Tag: An image tag is a human-readable label attached to an image in a repository (for example `myapp:1.…
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.…
OCI Artifact - CI/CD Glossary DefinitionOCI Artifact: An OCI artifact is any content stored in an OCI-compatible registry using the image manifest fo…
Content Trust - CI/CD Glossary DefinitionContent Trust: Content trust is verifying that a pulled image is authentic and unmodified by checking a crypt…