File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
prefetch-dependencies/0.2
prefetch-dependencies-oci-ta/0.2 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ spec:
132
132
name : workdir
133
133
steps :
134
134
- 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
136
136
env :
137
137
- name : INPUT
138
138
value : $(params.input)
@@ -153,7 +153,7 @@ spec:
153
153
- use
154
154
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
155
155
- 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
157
157
script : |
158
158
if [ -n "${CONFIG_FILE_CONTENT}" ]; then
159
159
# we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM
Original file line number Diff line number Diff line change 7
7
additionalSteps :
8
8
- at : 0
9
9
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
11
11
env :
12
12
- name : INPUT
13
13
value : $(params.input)
Original file line number Diff line number Diff line change 72
72
name : shared
73
73
steps :
74
74
- 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
76
76
script : |
77
77
if [ -n "${CONFIG_FILE_CONTENT}" ]
78
78
then
You can’t perform that action at this time.
0 commit comments