e2e: use the tagged busybox image to avoid unnecessary pulling

This commit is contained in:
Yu-Ju Hong
2016-02-08 15:28:55 -08:00
parent 3bbf55d38b
commit 4544575e11
14 changed files with 23 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ var _ = Describe("Networking", func() {
Containers: []api.Container{
{
Name: contName,
Image: "gcr.io/google_containers/busybox",
Image: "gcr.io/google_containers/busybox:1.24",
Command: []string{"wget", "-s", "google.com"},
},
},