mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-28 08:49:44 +02:00
pin kaniko version to v1.3.0-debug (latest working version) (#2911)
This commit is contained in:
parent
173e887064
commit
ff507b959e
@ -281,7 +281,7 @@ func kanikoExecuteMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Image: "gcr.io/kaniko-project/executor:debug", Options: []config.Option{{Name: "-u", Value: "0"}, {Name: "--entrypoint", Value: "''"}}},
|
||||
{Image: "gcr.io/kaniko-project/executor:v1.3.0-debug", Options: []config.Option{{Name: "-u", Value: "0"}, {Name: "--entrypoint", Value: "''"}}},
|
||||
},
|
||||
Outputs: config.StepOutputs{
|
||||
Resources: []config.StepResources{
|
||||
|
@ -120,7 +120,8 @@ spec:
|
||||
- name: container/registryUrl
|
||||
- name: container/imageNameTag
|
||||
containers:
|
||||
- image: gcr.io/kaniko-project/executor:debug
|
||||
# https://github.com/GoogleContainerTools/kaniko/issues/1586
|
||||
- image: gcr.io/kaniko-project/executor:v1.3.0-debug
|
||||
command:
|
||||
- /busybox/tail -f /dev/null
|
||||
shell: /busybox/sh
|
||||
|
Loading…
Reference in New Issue
Block a user