caniko requires command option (debug image) to keep running and persistent.

This commit is contained in:
Hyatt 2022-01-03 13:02:03 -06:00
parent 13cc3f1056
commit f62c2ef712
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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