Pull Mirroringとは?
pull mirroringは、リポジトリがスケジュールに従って外部のソースリポジトリから更新を自動的にfetchして適用する構成です。mirrorはupstreamを追跡し、通常は読み取り専用として扱われます。外部プロジェクトをプラットフォームに取り込みつつ最新に保つために使われます。
なぜ重要か
チームはしばしば、CI、scanning、内部アクセスのために最新に保たれたupstreamリポジトリのコピーを必要とします。pull mirroringはその同期を自動化し、コピーが乖離しないようにします。pipelineは手動のfetchなしに、常に最新のmirrorに対して実行できます。
関連ガイド
What Is Push Mirroring?Push mirroring automatically pushes changes from a source repository to an external remote, keeping a downstr…
What Is a Dependency Proxy?A dependency proxy is a caching layer that sits in front of an upstream registry, storing pulled images or pa…
What Is a GitLab Package Registry?A package registry is a built-in store where a project publishes and consumes packages in standard formats, i…