Switch to loading busybox from gcr.

This commit is contained in:
Brendan Burns
2015-06-16 11:31:33 -07:00
parent c4d040c720
commit 9fda26e5da
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ func testPreStop(c *client.Client, ns string) {
Containers: []api.Container{
{
Name: "tester",
Image: "busybox",
Image: "gcr.io/google_containers/busybox",
Command: []string{"sleep", "600"},
Lifecycle: &api.Lifecycle{
PreStop: &api.Handler{