Registry Mirror - Definição do Glossário de CI/CD
Um registry mirror faz cache de imagens de um registry upstream e as serve localmente, reduzindo o tempo de pull e evitando rate limits upstream em uma frota de CI.
Guias relacionados
Pull-Through Cache - CI/CD Glossary DefinitionA pull-through cache fetches an image from upstream on the first request, stores it, and serves later request…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Rate Limit - CI/CD Glossary DefinitionA rate limit caps how many requests a client may make to an API in a window. Hitting one - like Docker Hub or…