e2e: change the tests to use versioned image nginx:1.7.9

This commit is contained in:
Yu-Ju Hong
2016-02-24 16:54:40 -08:00
parent c031697848
commit a66a60bc37
3 changed files with 23 additions and 30 deletions

View File

@@ -963,7 +963,7 @@ var _ = Describe("Pods", func() {
if err != nil {
Failf("failed to get pod: %v", err)
}
pod.Spec.Containers[0].Image = "nginx"
pod.Spec.Containers[0].Image = "gcr.io/google_containers/nginx:1.7.9"
pod, err = podClient.Update(pod)
if err != nil {
Failf("error updating pod=%s/%s %v", podName, containerName, err)