浏览代码

Wrong command

Fred Damstra (k8s1) 2 年之前
父节点
当前提交
b62ceeb26a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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/