mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
96a8831e6c
updated ceph image for devel and supported versions Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
22 lines
631 B
Plaintext
22 lines
631 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.14.9 rook/ceph:v1.14.9
|
|
quay.io/ceph/ceph:v19 ceph/ceph:v19
|
|
|
|
# ceph-csi 3.10 and 3.11
|
|
docker.io/rook/ceph:v1.12.1 rook/ceph:v1.12.1
|
|
quay.io/ceph/ceph:v18 ceph/ceph:v18
|
|
|
|
# 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
|