mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
e2e: use official CentOS container location
registry.centos.org is not officially maintained by the CentOS infrastructure team. The container images on quay.io are the official once and we should use those instead. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
16ec97d8f7
commit
e0ac70f8fb
@ -254,7 +254,7 @@ func validateNormalUserPVCAccess(pvcPath string, f *framework.Framework) error {
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Name: "write-pod",
|
||||
Image: "registry.centos.org/centos:latest",
|
||||
Image: "quay.io/centos/centos:latest",
|
||||
Command: []string{"/bin/sleep", "999999"},
|
||||
SecurityContext: &v1.SecurityContext{
|
||||
RunAsUser: &user,
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: centos
|
||||
image: registry.centos.org/centos:latest
|
||||
image: quay.io/centos/centos:latest
|
||||
command: ["/bin/sleep", "infinity"]
|
||||
volumeDevices:
|
||||
- name: data
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: centos
|
||||
image: registry.centos.org/centos:latest
|
||||
image: quay.io/centos/centos:latest
|
||||
command: ["/bin/sleep", "infinity"]
|
||||
volumeDevices:
|
||||
- name: data
|
||||
|
Loading…
Reference in New Issue
Block a user