Skip to content

Commit

Permalink
Update Kaniko to 0.24.0, use new snapshotMode (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 authored Jul 7, 2020
1 parent 37ff352 commit 9653182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/buildstrategy/kaniko/buildstrategy_kaniko_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v0.23.0
image: gcr.io/kaniko-project/executor:v0.24.0
workingDir: /workspace/source
securityContext:
runAsUser: 0
Expand All @@ -31,3 +31,4 @@ spec:
- --dockerfile=$(build.dockerfile)
- --context=/workspace/source/$(build.source.contextDir)
- --destination=$(build.output.image)
- --snapshotMode=redo

0 comments on commit 9653182

Please sign in to comment.