Skip to content

Commit

Permalink
Merge pull request #909 from SaschaSchwarze0/sascha-update-kaniko
Browse files Browse the repository at this point in the history
Update Kaniko to v1.7.0
  • Loading branch information
openshift-merge-robot authored Oct 21, 2021
2 parents 3d6ec4c + 71971b0 commit 0394b4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -361,7 +361,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
buildSteps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 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: build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: /tekton/home/.docker
- name: HOME
value: /tekton/home
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
name: build-and-push
securityContext:
runAsUser: 0
Expand Down
6 changes: 3 additions & 3 deletions test/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -172,7 +172,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -286,7 +286,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.6.0
image: gcr.io/kaniko-project/executor:v1.7.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 0394b4a

Please sign in to comment.