Skip to content

Commit e38416e

Browse files
renovate[bot]chmeliik
authored andcommitted
chore(deps): update build
1 parent 4c91f56 commit e38416e

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

task/apply-tags/0.1/apply-tags.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
readOnly: true
3535
steps:
3636
- name: apply-additional-tags-from-parameter
37-
image: registry.access.redhat.com/ubi9/skopeo:9.5-1736426934@sha256:95f1267a84f36b47d3103b8ff57ec8555d1e95f0fa269a902b5652bf0fd2dc69
37+
image: registry.access.redhat.com/ubi9/skopeo:9.5-1737537999@sha256:b28469b997a6f7ef996859e8d4f4bd25b964084fc2caac23a9c01b8a53adb1d7
3838
args:
3939
- $(params.ADDITIONAL_TAGS[*])
4040
env:
@@ -54,7 +54,7 @@ spec:
5454
fi
5555
5656
- name: apply-additional-tags-from-image-label
57-
image: registry.access.redhat.com/ubi9/skopeo:9.5-1736426934@sha256:95f1267a84f36b47d3103b8ff57ec8555d1e95f0fa269a902b5652bf0fd2dc69
57+
image: registry.access.redhat.com/ubi9/skopeo:9.5-1737537999@sha256:b28469b997a6f7ef996859e8d4f4bd25b964084fc2caac23a9c01b8a53adb1d7
5858
env:
5959
- name: IMAGE
6060
value: $(params.IMAGE)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ spec:
456456
securityContext:
457457
runAsUser: 0
458458
- name: merge-syft-sboms
459-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
459+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
460460
workingDir: /var/workdir
461461
script: |
462462
#!/bin/python3
@@ -490,7 +490,7 @@ spec:
490490
securityContext:
491491
runAsUser: 0
492492
- name: merge-cachi2-sbom
493-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
493+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
494494
workingDir: /var/workdir
495495
script: |
496496
if [ -f "sbom-cachi2.json" ]; then
@@ -503,7 +503,7 @@ spec:
503503
securityContext:
504504
runAsUser: 0
505505
- name: create-purl-sbom
506-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
506+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
507507
workingDir: /var/workdir
508508
script: |
509509
#!/bin/python3

task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ spec:
554554
- mountPath: /shared
555555
name: shared
556556
- computeResources: {}
557-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
557+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
558558
name: merge-syft-sboms
559559
script: |
560560
#!/bin/python3
@@ -589,7 +589,7 @@ spec:
589589
runAsUser: 0
590590
workingDir: /var/workdir
591591
- computeResources: {}
592-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
592+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
593593
name: merge-cachi2-sbom
594594
script: |
595595
if [ -f "sbom-cachi2.json" ]; then
@@ -603,7 +603,7 @@ spec:
603603
runAsUser: 0
604604
workingDir: /var/workdir
605605
- computeResources: {}
606-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
606+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
607607
name: create-purl-sbom
608608
script: |
609609
#!/bin/python3

task/buildah-remote/0.1/buildah-remote.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ spec:
547547
- mountPath: /shared
548548
name: shared
549549
- computeResources: {}
550-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
550+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
551551
name: merge-syft-sboms
552552
script: |
553553
#!/bin/python3
@@ -582,7 +582,7 @@ spec:
582582
runAsUser: 0
583583
workingDir: $(workspaces.source.path)
584584
- computeResources: {}
585-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
585+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
586586
name: merge-cachi2-sbom
587587
script: |
588588
if [ -f "sbom-cachi2.json" ]; then
@@ -596,7 +596,7 @@ spec:
596596
runAsUser: 0
597597
workingDir: $(workspaces.source.path)
598598
- computeResources: {}
599-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
599+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
600600
name: create-purl-sbom
601601
script: |
602602
#!/bin/python3

task/buildah-rhtap/0.1/buildah-rhtap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
value: $(params.BUILD_ARGS_FILE)
6666
steps:
6767
- name: build
68-
image: registry.access.redhat.com/ubi9/buildah@sha256:164cb956f431472d2c76cb6d1ba0c5a3f20ebb41e99a2aeb2bf151c6558243bc
68+
image: registry.access.redhat.com/ubi9/buildah@sha256:27d837f9bc69ad3c3651cf3315e2501b137c11baa553d9d46140e5cf7fa7873a
6969
args:
7070
- $(params.BUILD_ARGS[*])
7171
script: |

task/buildah/0.1/buildah.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ spec:
415415
runAsUser: 0
416416

417417
- name: merge-syft-sboms
418-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
418+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
419419
script: |
420420
#!/bin/python3
421421
import json
@@ -450,7 +450,7 @@ spec:
450450
runAsUser: 0
451451

452452
- name: merge-cachi2-sbom
453-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
453+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
454454
script: |
455455
if [ -f "sbom-cachi2.json" ]; then
456456
echo "Merging contents of sbom-cachi2.json into sbom-cyclonedx.json"
@@ -464,7 +464,7 @@ spec:
464464
runAsUser: 0
465465

466466
- name: create-purl-sbom
467-
image: registry.access.redhat.com/ubi9/python-39:9.5-1736743782@sha256:36ae15329ade62cc7082d44db67f94494bf3836edb8b7cf733f7519168a6e9de
467+
image: registry.access.redhat.com/ubi9/python-39:9.5-1737460369@sha256:9a31f03f8b27d9065c3488bbd3650c67271c3b868eacf816ddea07ababd9fbc0
468468
script: |
469469
#!/bin/python3
470470
import json

task/init/0.2/init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525

2626
steps:
2727
- name: init
28-
image: registry.access.redhat.com/ubi9/skopeo:9.5-1736426934@sha256:95f1267a84f36b47d3103b8ff57ec8555d1e95f0fa269a902b5652bf0fd2dc69
28+
image: registry.access.redhat.com/ubi9/skopeo:9.5-1737537999@sha256:b28469b997a6f7ef996859e8d4f4bd25b964084fc2caac23a9c01b8a53adb1d7
2929
env:
3030
- name: IMAGE_URL
3131
value: $(params.image-url)

task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
yq 'del(.goproxy_url)' <<<"${CONFIG_FILE_CONTENT}" >/mnt/config/config.yaml
159159
fi
160160
- name: check-prefetch-input
161-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
161+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
162162
env:
163163
- name: INPUT
164164
value: $(params.input)
@@ -169,7 +169,7 @@ spec:
169169
echo "skip" >/shared/skip
170170
fi
171171
- name: register-red-hat
172-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
172+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
173173
results:
174174
- name: registered
175175
type: string
@@ -214,7 +214,7 @@ spec:
214214
cp /etc/rhsm-host/ca/redhat-uep.pem /shared/rhsm/redhat-uep.pem
215215
fi
216216
- name: preprocess-input
217-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
217+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
218218
args:
219219
- $(params.input)
220220
env:
@@ -302,7 +302,7 @@ spec:
302302
with open('/shared/rhsm/preprocessed_input', 'w') as f:
303303
f.write(input)
304304
- name: prefetch-dependencies
305-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
305+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
306306
volumeMounts:
307307
- mountPath: /mnt/trusted-ca
308308
name: trusted-ca
@@ -402,7 +402,7 @@ spec:
402402
cpu: "1"
403403
memory: 3Gi
404404
- name: unregister-rhsm
405-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
405+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
406406
script: |
407407
#!/bin/bash
408408
if [ -f /shared/skip ]; then

task/prefetch-dependencies/0.1/prefetch-dependencies.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
fi
8181
8282
- name: check-prefetch-input
83-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
83+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
8484
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
8585
# the cluster will set imagePullPolicy to IfNotPresent
8686
env:
@@ -95,7 +95,7 @@ spec:
9595
fi
9696
9797
- name: register-red-hat
98-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
98+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
9999
env:
100100
- name: INPUT
101101
value: $(params.input)
@@ -141,7 +141,7 @@ spec:
141141
fi
142142
143143
- name: preprocess-input
144-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
144+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
145145
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
146146
# the cluster will set imagePullPolicy to IfNotPresent
147147

@@ -233,7 +233,7 @@ spec:
233233
234234
235235
- name: prefetch-dependencies
236-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
236+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
237237
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
238238
# the cluster will set imagePullPolicy to IfNotPresent
239239
env:
@@ -336,7 +336,7 @@ spec:
336336
--for-output-dir=/cachi2/output
337337
338338
- name: unregister-rhsm
339-
image: quay.io/konflux-ci/cachi2:0.17.0@sha256:963870f04aeb4a207e79b8eacb47e16c8faa7451f52e92959e0e16cdbd258fb3
339+
image: quay.io/konflux-ci/cachi2:0.18.0@sha256:7dd38ff89bcfaf1cd12cd69c2488a3163202efab82ecffd8b60c6928272dea34
340340
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
341341
# the cluster will set imagePullPolicy to IfNotPresent
342342
script: |

task/push-dockerfile-oci-ta/0.1/push-dockerfile-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- use
5959
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
6060
- name: push
61-
image: quay.io/konflux-ci/oras:latest@sha256:f2977f2e1fa08b435403d5988636ea1ee0179f405a20c18fa68571d26c909e71
61+
image: quay.io/konflux-ci/oras:latest@sha256:b03f21e1ad303744c91d083a64fab2fd436fd63d46110923053a915cfb0fee03
6262
workingDir: /var/workdir
6363
env:
6464
- name: IMAGE

0 commit comments

Comments
 (0)