Binary Repository - CI/CD用語集の定義
binary repository とは、ソースコードではなくコンパイル済みバイナリやパッケージに特化した artifact repository で、パブリックな registry のキャッシュプロキシとして、また自身の build 用のプライベートストアとして機能します。
CIにおいて
npm、PyPI、Maven Central を binary repository 経由でプロキシすると、upstream の障害から build を守り、依存関係を runner の近くに cache することでインストールを高速化できます。
関連ガイド
Artifact Repository - CI/CD Glossary DefinitionArtifact Repository: An artifact repository is a server that stores and serves build outputs and packages (fo…
Package Manager - CI/CD Glossary DefinitionPackage Manager: A package manager is a tool that resolves, downloads, and installs software dependencies and…