1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

pin kaniko version to v1.3.0-debug (latest working version) (#2911)

This commit is contained in:
Kevin Stiehl
2021-06-16 16:37:39 +02:00
committed by GitHub
parent 173e887064
commit ff507b959e
2 changed files with 3 additions and 2 deletions

View File

@@ -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{