Layer Caching - Definição do Glossário de CI/CD
Layer caching reutiliza layers de imagem cujas entradas não mudaram, reconstruindo apenas a partir da primeira instrução modificada em diante; ordenar um Dockerfile de forma amigável ao cache é a chave para builds rápidos.
Guias relacionados
BuildKit - CI/CD Glossary DefinitionBuildKit is Docker’s modern build engine, adding parallel stage execution, efficient layer caching, and build…
Build Cache - CI/CD Glossary DefinitionA build cache stores intermediate compilation outputs keyed by their inputs, so unchanged work is restored in…
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…