BuildKit - CI/CD用語集の定義
BuildKit は Docker の並行 build バックエンドで、独立したステージを並列化し、layer をよりきめ細かく cache し、build 時の secret や cache mount をサポートします。
関連ガイド
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…