caniko requires command option (debug image) to keep running and persistent.
This commit is contained in:
parent
13cc3f1056
commit
f62c2ef712
@ -19,6 +19,8 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: ${repository}/google/kaniko-project/executor:debug
|
image: ${repository}/google/kaniko-project/executor:debug
|
||||||
tty: true
|
tty: true
|
||||||
|
command:
|
||||||
|
- /busybox/sh
|
||||||
- name: alpine
|
- name: alpine
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: ${repository}/library/alpine:latest
|
image: ${repository}/library/alpine:latest
|
||||||
|
Reference in New Issue
Block a user