Browse Source

Use latest Kaniko debug image available in Jenkinsfile

master
Daniel Gyulai 4 years ago
parent
commit
75a90f96e1
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:latest
image: gcr.io/kaniko-project/executor:debug
imagePullPolicy: Always
command:
- /busybox/cat

Loading…
Cancel
Save