From cfd0119b7ece88858ff12189f8994789addffa93 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Wed, 22 Dec 2021 17:42:49 -0800 Subject: [PATCH] Try to find sleep in the debug image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ce9ae2..26d455a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ podTemplate(label: label, containers: [ ), containerTemplate( name: 'kaniko', - image: 'gcr.io/kaniko-project/executor:latest', + image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '99d' )