Image Tag - CI/CD Glossary Definition
An image tag is a mutable label (such as latest or v1.2.0) that names a container image; because tags can be repointed, digests are safer for pinning.
Related guides
Image Digest - CI/CD Glossary DefinitionAn image digest is the immutable SHA-256 hash identifying an exact container image. Pinning to a digest guara…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Base Image - CI/CD Glossary DefinitionA base image is the starting layer a Dockerfile builds on, set by the first FROM. Choosing a slim, trusted ba…