Changed busybox img to official gcr.io image

pull/6/head
markturansky 2015-06-16 16:15:19 -04:00
parent dae03043d4
commit cfc08c4fdf
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ func (r *hostPathRecycler) Recycle() error {
Containers: []api.Container{
{
Name: "scrubber",
Image: "busybox",
Image: "gcr.io/google_containers/busybox",
// delete the contents of the volume, but not the directory itself
Command: []string{"/bin/sh"},
// the scrubber:

View File

@ -272,7 +272,7 @@ func (r *nfsRecycler) Recycle() error {
Containers: []api.Container{
{
Name: "scrubber",
Image: "busybox",
Image: "gcr.io/google_containers/busybox",
// delete the contents of the volume, but not the directory itself
Command: []string{"/bin/sh"},
// the scrubber: