Image Digest - Definição do Glossário de CI/CD
Um image digest é o hash SHA-256 endereçado por conteúdo (sha256:...) de uma imagem de contêiner; fixar nele garante a mesma imagem byte a byte, ao contrário de uma tag mutável.
Guias relacionados
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,…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…