File tree Expand file tree Collapse file tree
build-maven-zip-oci-ta/0.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ spec:
9797 name : workdir
9898 steps :
9999 - name : use-trusted-artifact
100- image : quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:0aecefdc3714304547e5f4eb90320b32595832e644ca61f605b73b594e021f4b
100+ image : quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:924df0540fb7f858053a37436176d70a5eb7577299577298f59a753cb3907d9b
101101 args :
102102 - use
103103 - $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
104104 - name : prepare
105- image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
105+ image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
106106 workingDir : /var/workdir
107107 script : |
108108 #!/bin/bash
@@ -141,7 +141,7 @@ spec:
141141 runAsNonRoot : false
142142 runAsUser : 0
143143 - name : build
144- image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
144+ image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
145145 workingDir : /var/workdir
146146 volumeMounts :
147147 - mountPath : /mnt/trusted-ca
@@ -228,7 +228,7 @@ spec:
228228 add :
229229 - SETFCAP
230230 - name : upload-sbom
231- image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
231+ image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
232232 workingDir : /var/workdir
233233 volumeMounts :
234234 - mountPath : /mnt/trusted-ca
Original file line number Diff line number Diff line change 6868 name : shared
6969
7070 steps :
71- - image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
71+ - image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
7272 name : prepare
7373 computeResources :
7474 limits :
@@ -108,7 +108,7 @@ spec:
108108 runAsUser : 0
109109 runAsNonRoot : false
110110 workingDir : $(workspaces.source.path)
111- - image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
111+ - image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
112112 name : build
113113 computeResources :
114114 limits :
@@ -198,7 +198,7 @@ spec:
198198 readOnly : true
199199 workingDir : $(workspaces.source.path)
200200 - name : upload-sbom
201- image : quay.io/konflux-ci/task-runner:1.5 .0@sha256:200019314a50be5b6dd06f362c794c92a700583a522c5eee9a41e3eab7f706c5
201+ image : quay.io/konflux-ci/task-runner:1.6 .0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
202202 script : |
203203 #!/bin/bash
204204 set -euo pipefail
You can’t perform that action at this time.
0 commit comments