Skip to content

Commit

Permalink
Merge pull request #1036 from SaschaSchwarze0/sascha-update-build-str…
Browse files Browse the repository at this point in the history
…ategy-tools

Update Kaniko to 1.8.1, update Trivy to 0.25.3
  • Loading branch information
openshift-merge-robot authored Apr 7, 2022
2 parents f86b51a + 9023ebf commit b8a4941
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -605,7 +605,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
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.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
cpu: 250m
memory: 65Mi
- name: trivy-scan
image: docker.io/aquasec/trivy:0.25.0
image: docker.io/aquasec/trivy:0.25.3
volumeMounts:
- mountPath: /image/
name: tar
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.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
value: NOT_SET
- name: AWS_SECRET_KEY
value: NOT_SET
image: gcr.io/kaniko-project/executor:v1.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
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.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
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.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
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.8.0
image: gcr.io/kaniko-project/executor:v1.8.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down

0 comments on commit b8a4941

Please sign in to comment.