Registry Mirror - CI/CD用語集の定義
Registry mirror は、upstream registry のイメージを cache してローカルで提供し、pull 時間を短縮して CI フリート全体での upstream の rate limit を回避します。
関連ガイド
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…
Container Registry - CI/CD Glossary DefinitionA container registry stores and serves Docker/OCI images by repository, tag, and digest. CI pushes built imag…
Rate Limit - CI/CD Glossary DefinitionA rate limit caps how many requests a client may make to an API in a window. Hitting one - like Docker Hub or…