@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "main"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : openshift-gitops-operator
1514 appstudio.openshift.io/component : gitops-must-gather
4948 - name : name
5049 value : show-sbom
5150 - name : bundle
52- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
51+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:8fe70a95c28b1ac92abd67a7477ad960218f3f570a9f8a12ad082dff7e9c9579
5352 - name : kind
5453 value : task
5554 resolver : bundles
@@ -65,13 +64,11 @@ spec:
6564 name : output-image
6665 type : string
6766 - default : .
68- description : Path to the source code of an application's component from where
69- to build image.
67+ description : Path to the source code of an application's component from where to build image.
7068 name : path-context
7169 type : string
7270 - default : Dockerfile
73- description : Path to the Dockerfile inside the context specified by parameter
74- path-context
71+ description : Path to the Dockerfile inside the context specified by parameter path-context
7572 name : dockerfile
7673 type : string
7774 - default : " false"
9188 name : prefetch-input
9289 type : string
9390 - default : " "
94- description : Image tag expiration time, time values could be something like
95- 1h, 2d, 3w for hours, days, and weeks, respectively.
91+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9692 name : image-expires-after
9793 - default : " false"
9894 description : Build a source image.
@@ -112,8 +108,7 @@ spec:
112108 type : string
113109 - default :
114110 - linux/x86_64
115- description : List of platforms to build the container images on. The available
116- set of values is determined by the configuration of the multi-platform-controller.
111+ description : List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
117112 name : build-platforms
118113 type : array
119114 results :
@@ -143,7 +138,7 @@ spec:
143138 - name : name
144139 value : init
145140 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:737682d073a65a486d59b2b30e3104b93edd8490e0cd5e9b4a39703e47363f0f
141+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
147142 - name : kind
148143 value : task
149144 resolver : bundles
@@ -164,7 +159,7 @@ spec:
164159 - name : name
165160 value : git-clone-oci-ta
166161 - name : bundle
167- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1 @sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
162+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2 @sha256:12cbcf0b408e906f84e7eb3c62c6cd618e2b1f78a40218e10940fbaf2c45455d
168163 - name : kind
169164 value : task
170165 resolver : bundles
@@ -193,7 +188,7 @@ spec:
193188 - name : name
194189 value : prefetch-dependencies-oci-ta
195190 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
191+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3 @sha256:92956e75cd4714286f9c0c043f5301d1c0df1d750884edeceee87e0a91cc1975
197192 - name : kind
198193 value : task
199194 resolver : bundles
@@ -245,7 +240,7 @@ spec:
245240 - name : name
246241 value : buildah-remote-oci-ta
247242 - name : bundle
248- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:468708e0a5dc3a314d71ca0cf2db80c6d7fefae98b292b10fa1cf07ea3787d9e
243+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10 @sha256:c77892be9e7217b9baa9abdbaf432c16ee49c30601b6b25cfbc9d704295c58ef
249244 - name : kind
250245 value : task
251246 resolver : bundles
@@ -258,10 +253,6 @@ spec:
258253 params :
259254 - name : IMAGE
260255 value : $(params.output-image)
261- - name : COMMIT_SHA
262- value : $(tasks.clone-repository.results.commit)
263- - name : IMAGE_EXPIRES_AFTER
264- value : $(params.image-expires-after)
265256 - name : ALWAYS_BUILD_INDEX
266257 value : $(params.build-image-index)
267258 - name : IMAGES
@@ -274,7 +265,7 @@ spec:
274265 - name : name
275266 value : build-image-index
276267 - name : bundle
277- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:95be274b6d0432d4671e2c41294ec345121bdf01284b1c6c46b5537dc6b37e15
268+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3 @sha256:70c52e88e737340e7b58418fda38c13273aa7cdf587b825778e3560aca1d1133
278269 - name : kind
279270 value : task
280271 resolver : bundles
@@ -286,19 +277,21 @@ spec:
286277 - name : build-source-image
287278 params :
288279 - name : BINARY_IMAGE
289- value : $(params.output -image)
280+ value : $(tasks.build -image-index.results.IMAGE_URL )
290281 - name : SOURCE_ARTIFACT
291282 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292283 - name : CACHI2_ARTIFACT
293284 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
285+ - name : BINARY_IMAGE_DIGEST
286+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
294287 runAfter :
295288 - build-image-index
296289 taskRef :
297290 params :
298291 - name : name
299292 value : source-build-oci-ta
300293 - name : bundle
301- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
294+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:7c5575ac8e292f27f57716c021ab0324460dc958e73946724c588c5228e5f372
302295 - name : kind
303296 value : task
304297 resolver : bundles
@@ -324,7 +317,7 @@ spec:
324317 - name : name
325318 value : deprecated-image-check
326319 - name : bundle
327- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
320+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
328321 - name : kind
329322 value : task
330323 resolver : bundles
@@ -346,7 +339,7 @@ spec:
346339 - name : name
347340 value : clair-scan
348341 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
342+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:9ff424d913dd7681031a93d8bdbed622cd5536633f8ed0dbb4a9021055cf9d21
350343 - name : kind
351344 value : task
352345 resolver : bundles
@@ -366,7 +359,7 @@ spec:
366359 - name : name
367360 value : ecosystem-cert-preflight-checks
368361 - name : bundle
369- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
362+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:3c4f60ebda2225eff6a6bc387d9bbd443f1264d756bf385f97cc684992e904a0
370363 - name : kind
371364 value : task
372365 resolver : bundles
@@ -375,6 +368,11 @@ spec:
375368 operator : in
376369 values :
377370 - " false"
371+ matrix :
372+ params :
373+ - name : platform
374+ value :
375+ - $(params.build-platforms)
378376 - name : sast-snyk-check
379377 params :
380378 - name : image-digest
@@ -392,7 +390,7 @@ spec:
392390 - name : name
393391 value : sast-snyk-check-oci-ta
394392 - name : bundle
395- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
393+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.5 @sha256:fda2e510511f5588de3882612f53eb06ea833889bc47da3d60ef7273555067bc
396394 - name : kind
397395 value : task
398396 resolver : bundles
@@ -414,7 +412,7 @@ spec:
414412 - name : name
415413 value : clamav-scan
416414 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:62c835adae22e36fce6684460b39206bc16752f1a4427cdbba4ee9afdd279670
415+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:53a02326bfb930ca5ef6bfa7a33acca833d57752f34f3cb79255fe2e25e7d217
418416 - name : kind
419417 value : task
420418 resolver : bundles
@@ -434,7 +432,7 @@ spec:
434432 - name : name
435433 value : apply-tags
436434 - name : bundle
437- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:61c90b1c94a2a11cb11211a0d65884089b758c34254fcec164d185a402beae22
435+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:3ab844157eccd68e95e4852adc06c3c4ea674edb7865a474b0a898227f2893d6
438436 - name : kind
439437 value : task
440438 resolver : bundles
@@ -457,7 +455,7 @@ spec:
457455 - name : name
458456 value : push-dockerfile-oci-ta
459457 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:55a4ff2910ae2e4502f3841719935d37578bd52156bc789fcdf45ff48c2b048b
458+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3 @sha256:f3e97e6eaf09d6585e915c3e7b82d110d97e34202bf591a2d990127ba5bb362d
461459 - name : kind
462460 value : task
463461 resolver : bundles
@@ -474,7 +472,7 @@ spec:
474472 - name : name
475473 value : rpms-signature-scan
476474 - name : bundle
477- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
475+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:65370ccb44ff82e4ce128addd913f3c96b298607b3760ee1339ed10011a4bd6b
478476 - name : kind
479477 value : task
480478 resolver : bundles
0 commit comments