Switch to the gcr nginx container in a few remaining places.

This commit is contained in:
Brendan Burns 2015-06-16 11:49:36 -07:00
parent ca8317695f
commit c3f4b3ff97
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ var _ = Describe("Etcd failure", func() {
Client: framework.Client, Client: framework.Client,
Name: "baz", Name: "baz",
Namespace: framework.Namespace.Name, Namespace: framework.Namespace.Name,
Image: "nginx", Image: "gcr.io/google_containers/nginx",
Replicas: 1, Replicas: 1,
})).NotTo(HaveOccurred()) })).NotTo(HaveOccurred())
}) })

View File

@ -570,7 +570,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "nginx", Name: "nginx",
Image: "nginx", Image: "gcr.io/google_containers/nginx:1.7.9",
}, },
}, },
}, },
@ -642,7 +642,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "nginx", Name: "nginx",
Image: "nginx", Image: "gcr.io/google_containers/nginx:1.7.9",
Ports: []api.Port{{ContainerPort: 80}}, Ports: []api.Port{{ContainerPort: 80}},
}, },
}, },