From f5aa4dae3d697f073ef54e1f554268775c23abfb Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 21 Mar 2022 16:56:29 +0530 Subject: [PATCH] ci: replace the references of container images from docker.io to quay.io The image list was referring `docker.io` images and this commit change that to `quay.io` references. Signed-off-by: Humble Chirammal --- mirror/images.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mirror/images.txt b/mirror/images.txt index 912a7de22..59ef8cc81 100644 --- a/mirror/images.txt +++ b/mirror/images.txt @@ -9,18 +9,12 @@ # ceph-csi devel docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2 - # ceph-csi v3.5 -docker.io/ceph/ceph:v16 ceph/ceph:v16 -docker.io/rook/ceph:v1.6.2 rook/ceph:v1.6.2 - - -# ceph-csi v3.4 -docker.io/ceph/ceph:v16 ceph/ceph:v16 +quay.io/ceph/ceph:v16 ceph/ceph:v16 docker.io/rook/ceph:v1.6.2 rook/ceph:v1.6.2 # ceph-csi v3.3 -docker.io/ceph/ceph:v15 ceph/ceph:v15 +quay.io/ceph/ceph:v15 ceph/ceph:v15 docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9 # e2e testing