Image Registry - Definição do Glossário de CI/CD
Um image registry é um serviço que armazena e distribui container images (Docker Hub, GitHub Container Registry, Amazon ECR). Os clientes fazem push de images para ele e pull delas.
Um image registry é um serviço que armazena e distribui container images (Docker Hub, GitHub Container Registry, Amazon ECR). Os clientes fazem push de images para ele e pull delas.
Um image registry é um serviço que armazena e distribui container images (Docker Hub, GitHub Container Registry, Amazon ECR). Os clientes fazem push de images para ele e pull delas.
Em CI
Um job de build faz push da image com tag para um registry; jobs de deploy e runners fazem pull dela. A autenticação no registry geralmente é feita com tokens OIDC de curta duração.
Guias relacionados
Image Tag - CI/CD Glossary DefinitionImage Tag: An image tag is a human-readable label attached to an image in a repository (for example `myapp:1.…
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.…
OCI Artifact - CI/CD Glossary DefinitionOCI Artifact: An OCI artifact is any content stored in an OCI-compatible registry using the image manifest fo…
Content Trust - CI/CD Glossary DefinitionContent Trust: Content trust is verifying that a pulled image is authentic and unmodified by checking a crypt…