mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
7d229c2369
commit
4fd0294eb7
@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: centos
|
- name: centos
|
||||||
image: centos:latest
|
image: registry.centos.org/centos:latest
|
||||||
command: ["/bin/sleep", "infinity"]
|
command: ["/bin/sleep", "infinity"]
|
||||||
volumeDevices:
|
volumeDevices:
|
||||||
- name: data
|
- name: data
|
||||||
|
@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: centos
|
- name: centos
|
||||||
image: centos:latest
|
image: registry.centos.org/centos:latest
|
||||||
command: ["/bin/sleep", "infinity"]
|
command: ["/bin/sleep", "infinity"]
|
||||||
volumeDevices:
|
volumeDevices:
|
||||||
- name: data
|
- name: data
|
||||||
|
Loading…
Reference in New Issue
Block a user