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

@@ -396,7 +396,7 @@ func testPDPod(diskNames []string, targetHost string, readOnly bool, numContaine
containers[i].Name = fmt.Sprintf("mycontainer%v", i+1)
}
containers[i].Image = "gcr.io/google_containers/busybox"
containers[i].Image = "gcr.io/google_containers/busybox:1.24"
containers[i].Command = []string{"sleep", "6000"}