Skip to content

Commit b091803

Browse files
chore(deps): update build-prefetch
1 parent 60149ac commit b091803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
name: workdir
133133
steps:
134134
- name: skip-ta
135-
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1749489516@sha256:f172b3082a3d1bbe789a1057f03883c1113243564f01cd3020e27548b911d3f8
135+
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1750782676@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
136136
env:
137137
- name: INPUT
138138
value: $(params.input)
@@ -153,7 +153,7 @@ spec:
153153
- use
154154
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
155155
- name: sanitize-cachi2-config-file-with-yq
156-
image: quay.io/konflux-ci/yq:latest@sha256:13a172e5390b87074e7e4515d3d5cb34025714e7efc8244e46029cfad40bf7b3
156+
image: quay.io/konflux-ci/yq:latest@sha256:15d0238843d954ee78c9c190705eb8b36f6e52c31434183c37d99a80841a635a
157157
script: |
158158
if [ -n "${CONFIG_FILE_CONTENT}" ]; then
159159
# we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM

task/prefetch-dependencies-oci-ta/0.2/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add:
77
additionalSteps:
88
- at: 0
99
name: skip-ta
10-
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1749489516@sha256:f172b3082a3d1bbe789a1057f03883c1113243564f01cd3020e27548b911d3f8
10+
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1750782676@sha256:e12131db2e2b6572613589a94b7f615d4ac89d94f859dad05908aeb478fb090f
1111
env:
1212
- name: INPUT
1313
value: $(params.input)

task/prefetch-dependencies/0.2/prefetch-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
name: shared
7373
steps:
7474
- name: sanitize-cachi2-config-file-with-yq
75-
image: quay.io/konflux-ci/yq:latest@sha256:13a172e5390b87074e7e4515d3d5cb34025714e7efc8244e46029cfad40bf7b3
75+
image: quay.io/konflux-ci/yq:latest@sha256:15d0238843d954ee78c9c190705eb8b36f6e52c31434183c37d99a80841a635a
7676
script: |
7777
if [ -n "${CONFIG_FILE_CONTENT}" ]
7878
then

0 commit comments

Comments
 (0)