From 951d2c060e0fa173f82bc221e388f9491709c52c Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Thu, 19 Oct 2017 07:17:44 +0530 Subject: [PATCH] Versioned busybox docker image --- pkg/volume/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/plugins.go b/pkg/volume/plugins.go index f439187bf2a5d..1ec55d2392bb6 100644 --- a/pkg/volume/plugins.go +++ b/pkg/volume/plugins.go @@ -711,7 +711,7 @@ func NewPersistentVolumeRecyclerPodTemplate() *v1.Pod { Containers: []v1.Container{ { Name: "pv-recycler", - Image: "busybox:latest", + Image: "busybox:1.27", Command: []string{"/bin/sh"}, Args: []string{"-c", "test -e /scrub && rm -rf /scrub/..?* /scrub/.[!.]* /scrub/* && test -z \"$(ls -A /scrub)\" || exit 1"}, VolumeMounts: []v1.VolumeMount{