Virtual Repository - CI/CD用語集の定義
virtual repositoryは、複数の基盤となるリポジトリ(local、remote、proxy)を集約する単一の論理的なendpointで、クライアントが単一のURLを通じて依存関係を解決できるようにします。
virtual repositoryは、複数の基盤となるリポジトリ(local、remote、proxy)を集約する単一の論理的なendpointで、クライアントが単一のURLを通じて依存関係を解決できるようにします。
buildを3つの別々のfeedに向ける代わりに、virtual repositoryはそれらすべてを単一のアドレスの背後に統合し、各リクエストをそのメンバーに対して順番に解決します。
CIでの利用
単一のvirtual repositoryのURLを設定すると、.npmrcやsettings.xmlがシンプルに保たれ、プラットフォームチームがすべてのプロジェクトを編集することなく、バックエンドのfeedを追加または削除できます。
関連ガイド
Proxy Repository - CI/CD Glossary DefinitionProxy Repository: A proxy repository is a repository that caches artifacts fetched from a remote upstream (li…
Artifact Repository - CI/CD Glossary DefinitionArtifact Repository: An artifact repository is a server that stores and serves build outputs and packages (fo…
Package Registry - CI/CD Glossary DefinitionPackage Registry: A package registry is a repository that hosts published software packages for a language ec…