Commit cfc08c4f authored by markturansky's avatar markturansky

Changed busybox img to official gcr.io image

parent dae03043
...@@ -162,7 +162,7 @@ func (r *hostPathRecycler) Recycle() error { ...@@ -162,7 +162,7 @@ func (r *hostPathRecycler) Recycle() error {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "scrubber", Name: "scrubber",
Image: "busybox", Image: "gcr.io/google_containers/busybox",
// delete the contents of the volume, but not the directory itself // delete the contents of the volume, but not the directory itself
Command: []string{"/bin/sh"}, Command: []string{"/bin/sh"},
// the scrubber: // the scrubber:
......
...@@ -272,7 +272,7 @@ func (r *nfsRecycler) Recycle() error { ...@@ -272,7 +272,7 @@ func (r *nfsRecycler) Recycle() error {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "scrubber", Name: "scrubber",
Image: "busybox", Image: "gcr.io/google_containers/busybox",
// delete the contents of the volume, but not the directory itself // delete the contents of the volume, but not the directory itself
Command: []string{"/bin/sh"}, Command: []string{"/bin/sh"},
// the scrubber: // the scrubber:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment