Skip to content

Commit 970534d

Browse files
chore(deps): update oci-copy
1 parent ba97465 commit 970534d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ spec:
6666
name: workdir
6767
steps:
6868
- 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
7070
args:
7171
- use
7272
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
7373
- name: prepare
74-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
74+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
7575
workingDir: /var/workdir
7676
script: |
7777
#!/bin/bash
@@ -100,7 +100,7 @@ spec:
100100
cat "/var/workdir/vars/$filename"
101101
done
102102
- name: oci-copy
103-
image: quay.io/konflux-ci/oras:latest@sha256:7a85f12b14b9122df29450dfa60c6d035b04db1a7372f7b606a0fb74ed716844
103+
image: quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
104104
workingDir: /var/workdir
105105
volumeMounts:
106106
- mountPath: /var/lib/containers
@@ -294,7 +294,7 @@ spec:
294294
add:
295295
- SETFCAP
296296
- name: sbom-generate
297-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
297+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
298298
workingDir: /var/workdir
299299
script: |
300300
#!/bin/bash
@@ -332,7 +332,7 @@ spec:
332332
script: |
333333
cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")"
334334
- name: report-sbom-url
335-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
335+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
336336
workingDir: /var/workdir
337337
script: |
338338
#!/bin/bash

task/oci-copy/0.1/oci-copy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
value: $(params.IMAGE)
5252
steps:
5353
- name: prepare
54-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
54+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
5555
script: |
5656
#!/bin/bash
5757
set -eu
@@ -80,7 +80,7 @@ spec:
8080
done
8181
workingDir: $(workspaces.source.path)
8282
- name: oci-copy
83-
image: quay.io/konflux-ci/oras:latest@sha256:7a85f12b14b9122df29450dfa60c6d035b04db1a7372f7b606a0fb74ed716844
83+
image: quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
8484
computeResources:
8585
limits:
8686
memory: 1Gi
@@ -274,7 +274,7 @@ spec:
274274
name: varlibcontainers
275275
workingDir: $(workspaces.source.path)
276276
- name: sbom-generate
277-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
277+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
278278
script: |
279279
#!/bin/bash
280280
cat >sbom-cyclonedx.json <<EOL
@@ -312,7 +312,7 @@ spec:
312312
script: |
313313
cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")"
314314
- name: report-sbom-url
315-
image: quay.io/konflux-ci/yq:latest@sha256:343c2ca0a347ae87fe43750ee0873e1fe813f77eff56e9722c840bb75d97fef2
315+
image: quay.io/konflux-ci/yq:latest@sha256:99fb3254efcfd6a96977bcda12b4b74b872831f524e02938f9fa0d4ae797ffe2
316316
script: |
317317
#!/bin/bash
318318
REPO=${IMAGE%:*}

0 commit comments

Comments
 (0)