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: spec:
containers: containers:
- name: kaniko - name: kaniko
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:debug
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- /busybox/cat - /busybox/cat

Loading…
Cancel
Save