mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
274739f70b
CI jobs pull the ceph/ceph:v18 image (without `quay.io`). If the mirroring includes the registry host, the image can not be found. Updates: #4030 Signed-off-by: Niels de Vos <ndevos@ibm.com>
36 lines
959 B
Plaintext
36 lines
959 B
Plaintext
# images.txt
|
|
#
|
|
# These lists contain the images that need to get mirrored from public
|
|
# registries to the local CI registry.
|
|
#
|
|
# format: <full-image-spec> <short-name>
|
|
#
|
|
|
|
# ceph-csi devel
|
|
docker.io/rook/ceph:v1.12.1 rook/ceph:v1.12.1
|
|
quay.io/ceph/ceph:v18 ceph/ceph:v18
|
|
|
|
# ceph-csi v3.9
|
|
docker.io/rook/ceph:v1.10.9 rook/ceph:v1.10.9
|
|
|
|
# ceph-csi v3.7
|
|
docker.io/rook/ceph:v1.9.8 rook/ceph:v1.9.8
|
|
|
|
# ceph-csi v3.6
|
|
docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2
|
|
quay.io/ceph/ceph:v17 quay.io/ceph/ceph:v17
|
|
|
|
# ceph-csi v3.5
|
|
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 quay.io/ceph/ceph:v15
|
|
docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9
|
|
|
|
# e2e testing
|
|
docker.io/library/busybox:1.29 library/busybox:1.29
|
|
docker.io/library/nginx:latest library/nginx:latest
|
|
docker.io/library/vault:latest library/vault:latest
|
|
docker.io/library/vault:1.8.5 library/vault:1.8.5
|