Image Tag - Definição do Glossário de CI/CD
Uma image tag é um rótulo legível por humanos anexado a uma image em um repositório (por exemplo myapp:1.4.2 ou myapp:latest). As tags são mutáveis e podem ser reapontadas para uma image diferente.
Uma image tag é um rótulo legível por humanos anexado a uma image em um repositório (por exemplo myapp:1.4.2 ou myapp:latest). As tags são mutáveis e podem ser reapontadas para uma image diferente.
Uma image tag é um rótulo legível por humanos anexado a uma image em um repositório (por exemplo myapp:1.4.2 ou myapp:latest). As tags são mutáveis e podem ser reapontadas para uma image diferente.
Boa prática
Como as tags são mutáveis, o CI também deve fixar images por digest imutável para deployments reproduzíveis e verificáveis.
Guias relacionados
Image Digest - CI/CD Glossary DefinitionImage Digest: An image digest is the SHA-256 content hash that uniquely and immutably identifies an image (fo…
Image Registry - CI/CD Glossary DefinitionImage Registry: An image registry is a service that stores and distributes container images (Docker Hub, GitH…
Image Pull Policy - CI/CD Glossary DefinitionImage Pull Policy: An image pull policy controls when a runtime fetches an image versus using a cached copy.…
Container Image - CI/CD Glossary DefinitionContainer Image: A container image is a read-only, layered package that bundles an application with its runti…