From 9758f45614a9dcd04030ba7dea818c7c53f240ad Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 31 Mar 2022 13:54:20 +0530 Subject: [PATCH] ci: correct prefix path for centos mirroring repository as a solution to the image referencing issue, we are prefixing the string `quay.io` as a tag in mirror image list. Signed-off-by: Humble Chirammal --- mirror/images.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirror/images.txt b/mirror/images.txt index 185527b40..167227ed1 100644 --- a/mirror/images.txt +++ b/mirror/images.txt @@ -8,14 +8,14 @@ # ceph-csi devel docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2 -quay.io/ceph/ceph:v17 ceph/ceph:v17 +quay.io/ceph/ceph:v17 quay.io/ceph/ceph:v17 # ceph-csi v3.5 -quay.io/ceph/ceph:v16 ceph/ceph:v16 +quay.io/ceph/ceph:v16 quay.io/ceph/ceph:v16 docker.io/rook/ceph:v1.6.2 rook/ceph:v1.6.2 # ceph-csi v3.3 -quay.io/ceph/ceph:v15 ceph/ceph:v15 +quay.io/ceph/ceph:v15 quay.io/ceph/ceph:v15 docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9 # e2e testing