Skip to content
Latchkey

Container Image Registry - CI/CD Glossary Definition

A container image registry is a server that stores and distributes container images, organized by repository and tag. Examples include Docker Hub, GitHub Container Registry (ghcr.io), Amazon ECR, and Google Artifact Registry.

How it works

Clients push built images to the registry and pull them by name and tag (for example ghcr.io/org/app:v1.2). A CI pipeline typically builds an image, pushes it, then a deploy step pulls it.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →