From f62c2ef712306fbb9643a480c0115437361e82b6 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 3 Jan 2022 13:02:03 -0600 Subject: [PATCH] caniko requires command option (debug image) to keep running and persistent. --- build-kaniko.jenkins | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-kaniko.jenkins b/build-kaniko.jenkins index d3dce66..2d6ee94 100644 --- a/build-kaniko.jenkins +++ b/build-kaniko.jenkins @@ -19,6 +19,8 @@ spec: imagePullPolicy: Always image: ${repository}/google/kaniko-project/executor:debug tty: true + command: + - /busybox/sh - name: alpine imagePullPolicy: Always image: ${repository}/library/alpine:latest