Skip to content

Geo: Replicate Dependency Proxy Manifests

What does this MR do and why?

This MR adds Dependency Proxy Manifest replication using Geo SSF Framework. The changes are mostly from the SSF template https://gitlab.com/gitlab-org/gitlab/-/blob/a074523583c4aa7b1a5122e45d0dd0adaaf3db73/.gitlab/issue_templates/Geo%20Replicate%20a%20new%20blob%20type.md

Delete event on batch delete is not implemented here because it's not implemented per se, see discussion !101429 (comment 1160855667).

Screenshots or screen recordings

Screenshot_2022-11-10_at_13.33.08

How to set up and validate locally

  1. Setup Geo
  2. Create Dependency Proxy Manifest by pulling image from the primary.
  3. Try to pull same image from secondary. It should work.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #376071 (closed)

Edited by Valery Sizov

Merge request reports