Update the nginx image from hub.docker.com

This commit is contained in:
Manjunath A Kumatagi
2018-07-11 11:20:23 +05:30
parent 4cd27c3644
commit 1f7f33aaa4
26 changed files with 55 additions and 46 deletions

View File

@@ -146,7 +146,7 @@ var _ = framework.KubeDescribe("Security Context", func() {
BeforeEach(func() {
nginxPodName := "nginx-hostpid-" + string(uuid.NewUUID())
podClient.CreateSync(makeHostPidPod(nginxPodName,
imageutils.GetE2EImage(imageutils.NginxSlim),
imageutils.GetE2EImage(imageutils.Nginx),
nil,
true,
))