ceph-csi/mirror/images.txt
Niels de Vos 4ec5b6f045 ci: add script and config to mirror images to local CI registry
This script reads images.txt and copies the images from docker.io (or
other registries) to the local registry in the CI.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-05-17 06:25:51 +00:00

21 lines
541 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 v3.4
docker.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
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