BuildKit - Definição do Glossário de CI/CD
BuildKit é o backend de build concorrente do Docker, que paraleliza stages independentes, faz cache de layers de forma mais granular e oferece suporte a secrets em tempo de build e cache mounts.
Guias relacionados
Layer Caching - CI/CD Glossary DefinitionLayer caching reuses unchanged Docker image layers between builds, so only the steps after the first change r…
Multi-Stage Build - CI/CD Glossary DefinitionA multi-stage build uses several FROM stages in one Dockerfile so heavy build tools stay out of the final ima…
Registry Mirror - CI/CD Glossary DefinitionA registry mirror is a local cache that serves copies of upstream images, cutting pull latency and dodging ra…