Skip to content

Geo: OCI image replication

What does this MR do and why?

This MR fixes Geo replication of OCI images.

Initially, It was also fixed the OCI image representation but as the fix has performance downsides I decided to move that to a separate issue.

How to set up and validate locally

You can use skopeo tool to create and inspect OCI images.

Some useful commands:

skopeo --override-arch amd64 --override-os linux --registries-conf=/Users/valery/registries.conf copy oci:busybox:latest docker://127.0.0.1:5000/flightjs/flight

skopeo --override-arch amd64 --override-os linux --registries-conf=/Users/valery/registries.conf inspect --raw docker://127.0.0.1:5001/flightjs/flight

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 #340642 (closed)

Edited by Valery Sizov

Merge request reports