File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ spec:
66
66
name : workdir
67
67
steps :
68
68
- name : use-trusted-artifact
69
- image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:52f1391e6f1c472fd10bb838f64fae2ed3320c636f536014978a5ddbdfc6b3af
69
+ image : quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
70
70
args :
71
71
- use
72
72
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
73
73
- name : prepare
74
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
74
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
75
75
workingDir : /var/workdir
76
76
script : |
77
77
#!/bin/bash
@@ -100,7 +100,7 @@ spec:
100
100
cat "/var/workdir/vars/$filename"
101
101
done
102
102
- name : oci-copy
103
- image : quay.io/konflux-ci/oras:latest@sha256:7a85f12b14b9122df29450dfa60c6d035b04db1a7372f7b606a0fb74ed716844
103
+ image : quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
104
104
workingDir : /var/workdir
105
105
volumeMounts :
106
106
- mountPath : /var/lib/containers
@@ -294,7 +294,7 @@ spec:
294
294
add :
295
295
- SETFCAP
296
296
- name : sbom-generate
297
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
297
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
298
298
workingDir : /var/workdir
299
299
script : |
300
300
#!/bin/bash
@@ -332,7 +332,7 @@ spec:
332
332
script : |
333
333
cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")"
334
334
- name : report-sbom-url
335
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
335
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
336
336
workingDir : /var/workdir
337
337
script : |
338
338
#!/bin/bash
Original file line number Diff line number Diff line change 51
51
value : $(params.IMAGE)
52
52
steps :
53
53
- name : prepare
54
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
54
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
55
55
script : |
56
56
#!/bin/bash
57
57
set -eu
80
80
done
81
81
workingDir : $(workspaces.source.path)
82
82
- name : oci-copy
83
- image : quay.io/konflux-ci/oras:latest@sha256:7a85f12b14b9122df29450dfa60c6d035b04db1a7372f7b606a0fb74ed716844
83
+ image : quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
84
84
computeResources :
85
85
limits :
86
86
memory : 1Gi
@@ -274,7 +274,7 @@ spec:
274
274
name : varlibcontainers
275
275
workingDir : $(workspaces.source.path)
276
276
- name : sbom-generate
277
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
277
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
278
278
script : |
279
279
#!/bin/bash
280
280
cat >sbom-cyclonedx.json <<EOL
@@ -312,7 +312,7 @@ spec:
312
312
script : |
313
313
cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")"
314
314
- name : report-sbom-url
315
- image : quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
315
+ image : quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
316
316
script : |
317
317
#!/bin/bash
318
318
REPO=${IMAGE%:*}
You can’t perform that action at this time.
0 commit comments