Pull-Through Cache - Definição do Glossário de CI/CD
Um pull-through cache é um registry que, em um cache miss, busca a imagem do registry upstream, a armazena em cache e serve os pulls seguintes localmente e de forma automática.
Guias relacionados
Registry Mirror - CI/CD Glossary DefinitionA registry mirror is a local cache that serves copies of upstream images, cutting pull latency and dodging ra…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Layer Caching - CI/CD Glossary DefinitionLayer caching reuses unchanged Docker image layers between builds, so only the steps after the first change r…