Image Tag - Definição do Glossário de CI/CD
Uma image tag é um rótulo mutável (como latest ou v1.2.0) que nomeia uma imagem de contêiner; como tags podem ser reapontadas, digests são mais seguros para fixação.
Guias relacionados
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…