diff --git a/e2e/utils.go b/e2e/utils.go index 8c4e3a822..f2803d287 100644 --- a/e2e/utils.go +++ b/e2e/utils.go @@ -276,7 +276,7 @@ func validateNormalUserPVCAccess(pvcPath string, f *framework.Framework) error { Containers: []v1.Container{ { Name: "write-pod", - Image: "alpine", + Image: "registry.centos.org/centos:latest", Command: []string{"/bin/sleep", "999999"}, SecurityContext: &v1.SecurityContext{ RunAsUser: &user,