BobbyNie

Results 5 comments of BobbyNie

sloved by modify the code see https://github.com/GoogleContainerTools/kaniko/pull/2125 docker pull docker.io/bobbynie/kaniko-bash ``` apiVersion: v1 kind: Pod metadata: name: kaniko-build labels: app: build spec: imagePullSecrets: - name: kaniko-pull-secret containers: - name: kaniko...

I did it by add a gloabl Class,maybe help import org.apache.commons.io.FilenameUtils import org.apache.commons.io.filefilter.FileFilterUtils; import org.apache.commons.io.filefilter.IOFileFilter; import org.apache.commons.io.monitor.FileAlterationListenerAdaptor; import org.apache.commons.io.monitor.FileAlterationMonitor; import org.apache.commons.io.monitor.FileAlterationObserver; import org.codehaus.groovy.control.CompilerConfiguration import org.apache.commons.lang.exception.ExceptionUtils import org.codehaus.groovy.runtime.HandleMetaClass class G extends...

> sloved by modify the code > > see #2125 > > docker pull docker.io/bobbynie/kaniko-bash > > ``` > apiVersion: v1 > kind: Pod > metadata: > name: kaniko-build >...