Change some node e2e test to use the prepull image framework.

This commit is contained in:
Random-Liu
2016-07-18 11:34:12 -07:00
parent 0f1a3587a2
commit 691d24cc66
5 changed files with 16 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ func testDownwardAPI(f *framework.Framework, podName string, env []api.EnvVar, e
Containers: []api.Container{
{
Name: "dapi-container",
Image: "gcr.io/google_containers/busybox:1.24",
Image: ImageRegistry[busyBoxImage],
Command: []string{"sh", "-c", "env"},
Resources: api.ResourceRequirements{
Requests: api.ResourceList{