Skip to content

Commit

Permalink
chore: Try newer kaniko version to see if performance improves
Browse files Browse the repository at this point in the history
Specifically GoogleContainerTools/kaniko#882

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer committed Feb 11, 2020
1 parent 29aaec4 commit af49970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipelineConfig:
cpu: 2
distributeParallelAcrossNodes: true
agent:
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
image: gcr.io/kaniko-project/executor:7c7d899633a0d86d7f71c995f0993f1fe733e83b
stages:
- name: build-and-push
environment:
Expand Down Expand Up @@ -460,7 +460,7 @@ pipelineConfig:
memory: 12Gi
cpu: 2
agent:
image: gcr.io/kaniko-project/executor:9912ccbf8d22bbafbf971124600fbb0b13b9cbd6
image: gcr.io/kaniko-project/executor:7c7d899633a0d86d7f71c995f0993f1fe733e83b
stages:
- name: build-base
environment:
Expand Down

0 comments on commit af49970

Please sign in to comment.