@@ -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 : devfile-registry-main
1514 appstudio.openshift.io/component : registry-viewer-main
4847 - name : name
4948 value : show-sbom
5049 - name : bundle
51- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
50+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
5251 - name : kind
5352 value : task
5453 resolver : bundles
@@ -64,13 +63,11 @@ spec:
6463 name : output-image
6564 type : string
6665 - default : .
67- description : Path to the source code of an application's component from where
68- to build image.
66+ description : Path to the source code of an application's component from where to build image.
6967 name : path-context
7068 type : string
7169 - default : Dockerfile
72- description : Path to the Dockerfile inside the context specified by parameter
73- path-context
70+ description : Path to the Dockerfile inside the context specified by parameter path-context
7471 name : dockerfile
7572 type : string
7673 - default : " false"
9087 name : prefetch-input
9188 type : string
9289 - default : " "
93- description : Image tag expiration time, time values could be something like
94- 1h, 2d, 3w for hours, days, and weeks, respectively.
90+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9591 name : image-expires-after
9692 - default : " false"
9793 description : Build a source image.
@@ -136,7 +132,7 @@ spec:
136132 - name : name
137133 value : init
138134 - name : bundle
139- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
135+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
140136 - name : kind
141137 value : task
142138 resolver : bundles
@@ -157,7 +153,7 @@ spec:
157153 - name : name
158154 value : git-clone-oci-ta
159155 - name : bundle
160- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
156+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
161157 - name : kind
162158 value : task
163159 resolver : bundles
@@ -186,7 +182,7 @@ spec:
186182 - name : name
187183 value : prefetch-dependencies-oci-ta
188184 - name : bundle
189- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
185+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
190186 - name : kind
191187 value : task
192188 resolver : bundles
@@ -227,7 +223,7 @@ spec:
227223 - name : name
228224 value : buildah-oci-ta
229225 - name : bundle
230- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
226+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:06f604af4c29f08b02c36a8d9bc3dfa1606a5836fd8eeb1f6ef46048319afc38
231227 - name : kind
232228 value : task
233229 resolver : bundles
@@ -256,7 +252,7 @@ spec:
256252 - name : name
257253 value : build-image-index
258254 - name : bundle
259- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
255+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
260256 - name : kind
261257 value : task
262258 resolver : bundles
@@ -268,19 +264,21 @@ spec:
268264 - name : build-source-image
269265 params :
270266 - name : BINARY_IMAGE
271- value : $(params.output -image)
267+ value : $(tasks.build -image-index.results.IMAGE_URL )
272268 - name : SOURCE_ARTIFACT
273269 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
274270 - name : CACHI2_ARTIFACT
275271 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
272+ - name : BINARY_IMAGE_DIGEST
273+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
276274 runAfter :
277275 - build-image-index
278276 taskRef :
279277 params :
280278 - name : name
281279 value : source-build-oci-ta
282280 - name : bundle
283- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
281+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
284282 - name : kind
285283 value : task
286284 resolver : bundles
@@ -306,7 +304,7 @@ spec:
306304 - name : name
307305 value : deprecated-image-check
308306 - name : bundle
309- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
307+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
310308 - name : kind
311309 value : task
312310 resolver : bundles
@@ -328,7 +326,7 @@ spec:
328326 - name : name
329327 value : clair-scan
330328 - name : bundle
331- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
329+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
332330 - name : kind
333331 value : task
334332 resolver : bundles
@@ -348,7 +346,7 @@ spec:
348346 - name : name
349347 value : ecosystem-cert-preflight-checks
350348 - name : bundle
351- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
349+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
352350 - name : kind
353351 value : task
354352 resolver : bundles
@@ -374,7 +372,7 @@ spec:
374372 - name : name
375373 value : sast-snyk-check-oci-ta
376374 - name : bundle
377- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
375+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
378376 - name : kind
379377 value : task
380378 resolver : bundles
@@ -400,7 +398,7 @@ spec:
400398 - name : name
401399 value : sast-shell-check-oci-ta
402400 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
401+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:437d1bc50cb0bcffb88345b75d2d119677d17d47f16fd67baf553a5e134a335e
404402 - name : kind
405403 value : task
406404 resolver : bundles
@@ -417,14 +415,16 @@ spec:
417415 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
418416 - name : CACHI2_ARTIFACT
419417 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
418+ - name : image-digest
419+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
420420 runAfter :
421421 - build-image-index
422422 taskRef :
423423 params :
424424 - name : name
425425 value : sast-unicode-check-oci-ta
426426 - name : bundle
427- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
427+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
428428 - name : kind
429429 value : task
430430 resolver : bundles
@@ -446,7 +446,7 @@ spec:
446446 - name : name
447447 value : clamav-scan
448448 - name : bundle
449- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
449+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
450450 - name : kind
451451 value : task
452452 resolver : bundles
@@ -491,7 +491,7 @@ spec:
491491 - name : name
492492 value : sast-coverity-check
493493 - name : bundle
494- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.3@sha256:95dc6185607a1aef1c68322ec3dabd0fceee84cc9b5bbf1545f18aa740e64133
494+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.3@sha256:ec8af4a0dcb156a8737cc908880ab27eb81e09aa54dff59e05f3348ec10de56d
495495 - name : kind
496496 value : task
497497 resolver : bundles
@@ -512,7 +512,7 @@ spec:
512512 - name : name
513513 value : coverity-availability-check
514514 - name : bundle
515- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
515+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
516516 - name : kind
517517 value : task
518518 resolver : bundles
@@ -523,16 +523,18 @@ spec:
523523 - " false"
524524 - name : apply-tags
525525 params :
526- - name : IMAGE
526+ - name : IMAGE_URL
527527 value : $(tasks.build-image-index.results.IMAGE_URL)
528+ - name : IMAGE_DIGEST
529+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
528530 runAfter :
529531 - build-image-index
530532 taskRef :
531533 params :
532534 - name : name
533535 value : apply-tags
534536 - name : bundle
535- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
537+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
536538 - name : kind
537539 value : task
538540 resolver : bundles
@@ -555,7 +557,7 @@ spec:
555557 - name : name
556558 value : push-dockerfile-oci-ta
557559 - name : bundle
558- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
560+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
559561 - name : kind
560562 value : task
561563 resolver : bundles
@@ -572,7 +574,7 @@ spec:
572574 - name : name
573575 value : rpms-signature-scan
574576 - name : bundle
575- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:80a4562d5f86eb6812f00d4e30e94c1ad27ec937735dc29f5a63e9335676b3dc
577+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
576578 - name : kind
577579 value : task
578580 resolver : bundles
0 commit comments