mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 18:30:21 +00:00
dff758bd29
The v17.2.2 image from last week causes segfaults in Ceph Mgr. Mirror the :v17.2.1 image as :v17 instead of the latest. Updates: #3259 Signed-off-by: Niels de Vos <ndevos@redhat.com>
31 lines
889 B
Plaintext
31 lines
889 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.9.4 rook/ceph:v1.9.4
|
|
|
|
# ceph-csi v3.6
|
|
docker.io/rook/ceph:v1.8.2 rook/ceph:v1.8.2
|
|
# FIXME: Ceph Mgr in v17.2.2 segfaults (see ceph/ceph-csi#3259)
|
|
#quay.io/ceph/ceph:v17 quay.io/ceph/ceph:v17
|
|
quay.io/ceph/ceph:v17.2.1 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
|