diff --git a/Jenkinsfile b/Jenkinsfile index 48393f0266..bcbbc2e5c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -180,8 +180,11 @@ spec: command: - 'cat' - name: 'kaniko' - image: 'gcr.io/kaniko-project/executor:debug-v0.8.0' + image: 'gcr.io/kaniko-project/executor:debug-v0.9.0' tty: true + env: + - name: 'DOCKER_CONFIG' + value: '/root/.docker' command: - '/busybox/cat' volumeMounts: