diff --git a/e2e/utils.go b/e2e/utils.go index 84227e326..af8b3c532 100644 --- a/e2e/utils.go +++ b/e2e/utils.go @@ -274,7 +274,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,