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

@@ -62,7 +62,7 @@ var _ = Describe("ConfigMap", func() {
Containers: []api.Container{
{
Name: "env-test",
Image: "gcr.io/google_containers/busybox",
Image: "gcr.io/google_containers/busybox:1.24",
Command: []string{"sh", "-c", "env"},
Env: []api.EnvVar{
{