Intermediate Containers & Virtualization #container-registry#image-digest#oci

Container Registry Language

5 exercises — Master the English vocabulary of container registries: image naming anatomy, digest pinning, multi-platform manifests, authentication, and vulnerability scanning.

0 / 5 completed
Quick reference: Container registry vocabulary
  • Image name — registry/namespace/repository:tag (e.g., docker.io/library/node:20-alpine)
  • Digest — SHA-256 hash of the image manifest; immutable; use for reproducible pinning
  • Tag — mutable label; latest and other tags can be reassigned at any time
  • Manifest list — OCI index mapping platform descriptors to per-platform image manifests
  • CVE remediation — update base image → rebuild → rescan → document
1 / 5

A runbook entry reads: "Pull the application image using its fully-qualified name: registry.company.com/platform/api-server:v2.5.1"

What does each component of this image reference represent?