From cfc08c4fdf8eaf4382f641797e8b5ab3ceeff6ca Mon Sep 17 00:00:00 2001 From: markturansky Date: Tue, 16 Jun 2015 16:15:19 -0400 Subject: [PATCH] Changed busybox img to official gcr.io image --- pkg/volume/host_path/host_path.go | 2 +- pkg/volume/nfs/nfs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/volume/host_path/host_path.go b/pkg/volume/host_path/host_path.go index a0749b01560..1117ce2f27e 100644 --- a/pkg/volume/host_path/host_path.go +++ b/pkg/volume/host_path/host_path.go @@ -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: diff --git a/pkg/volume/nfs/nfs.go b/pkg/volume/nfs/nfs.go index 74f0f3bb821..60cf405e5e6 100644 --- a/pkg/volume/nfs/nfs.go +++ b/pkg/volume/nfs/nfs.go @@ -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: