Pull-Through Cache - CI/CD用語集の定義
Pull-through cache は、cache miss の際に upstream registry からイメージを取得して cache し、以降の pull をローカルで自動的に提供する registry です。
関連ガイド
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…