e2e: pull centos image from registry.centos.org

The BlockVolume PVC tests consume the example files that refer to
"centos:latest" without registry. This means that the images will get
pulled from Docker Hub, which has rate limits preventing CI jobs from
pulling images.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-11-19 12:50:59 +01:00 committed by mergify[bot]
parent 7d229c2369
commit 4fd0294eb7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: centos
image: centos:latest
image: registry.centos.org/centos:latest
command: ["/bin/sleep", "infinity"]
volumeDevices:
- name: data

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: centos
image: centos:latest
image: registry.centos.org/centos:latest
command: ["/bin/sleep", "infinity"]
volumeDevices:
- name: data