Browse Source

Wrong command

Fred Damstra (k8s1) 2 years ago
parent
commit
b62ceeb26a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -5,10 +5,10 @@ podTemplate(yaml: '''
               spec:
                 containers:
                 - name: kaniko
-                  image: gcr.io/kaniko-project/executor:v1.9.1
+                  image: gcr.io/kaniko-project/executor:v1.9.1-debug
                   imagePullPolicy: Always
                   command:
-                  - '/busyboxy/cat'
+                  - '/busybox/cat'
                   volumeMounts:
                   - name: docker-config
                     mountPath: /kaniko/.docker/