Container Registry - CI/CD Glossary Definition
A container registry (e.g. GHCR, ECR, Docker Hub) stores and distributes container images by repository, tag, and digest.
Related guides
Artifact Registry - CI/CD Glossary DefinitionAn artifact registry stores and versions build outputs - packages, libraries, images - so pipelines and deplo…
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,…
Image Digest - CI/CD Glossary DefinitionAn image digest is the immutable SHA-256 hash identifying an exact container image. Pinning to a digest guara…