|
@@ -8,7 +8,7 @@ podTemplate(yaml: '''
|
|
image: gcr.io/kaniko-project/executor:v1.9.1-debug
|
|
image: gcr.io/kaniko-project/executor:v1.9.1-debug
|
|
imagePullPolicy: Always
|
|
imagePullPolicy: Always
|
|
command:
|
|
command:
|
|
- - '/bin/sleep 999999'
|
|
|
|
|
|
+ - '/usr/bin/sleep 999999'
|
|
volumeMounts:
|
|
volumeMounts:
|
|
- name: docker-config
|
|
- name: docker-config
|
|
mountPath: /kaniko/.docker/
|
|
mountPath: /kaniko/.docker/
|