@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12- == "konflux-poc"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "konflux-poc"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : odh-release
1615 appstudio.openshift.io/component : caikit-tgis-serving-odh-poc
4544 - name : name
4645 value : show-sbom
4746 - name : bundle
48- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e119aa864b094715cb8dd01d44d2752658f1a1b83a3417e92456f26a06a3c1d8
4948 - name : kind
5049 value : task
5150 resolver : bundles
@@ -61,13 +60,11 @@ spec:
6160 name : output-image
6261 type : string
6362 - default : .
64- description : Path to the source code of an application's component from where
65- to build image.
63+ description : Path to the source code of an application's component from where to build image.
6664 name : path-context
6765 type : string
6866 - default : Dockerfile
69- description : Path to the Dockerfile inside the context specified by parameter
70- path-context
67+ description : Path to the Dockerfile inside the context specified by parameter path-context
7168 name : dockerfile
7269 type : string
7370 - default : " false"
8784 name : prefetch-input
8885 type : string
8986 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 1h, 2d, 3w for hours, days, and weeks, respectively.
87+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288 name : image-expires-after
9389 - default : " false"
9490 description : Build a source image.
@@ -107,8 +103,7 @@ spec:
107103 name : build-args-file
108104 type : string
109105 - default : " false"
110- description : Whether to enable privileged mode, should be used only with remote
111- VMs
106+ description : Whether to enable privileged mode, should be used only with remote VMs
112107 name : privileged-nested
113108 type : string
114109 results :
@@ -138,7 +133,7 @@ spec:
138133 - name : name
139134 value : init
140135 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
136+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:c32f8945266f371474e383a8844972e0ad489149e7581e0418523c0f76d2324a
142137 - name : kind
143138 value : task
144139 resolver : bundles
@@ -159,7 +154,7 @@ spec:
159154 - name : name
160155 value : git-clone-oci-ta
161156 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
157+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
163158 - name : kind
164159 value : task
165160 resolver : bundles
@@ -188,7 +183,7 @@ spec:
188183 - name : name
189184 value : prefetch-dependencies-oci-ta
190185 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
186+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9a8b6e28cfc95282e9afe4acaf7b360be4ac69ac143fb74224e43cb536b62257
192187 - name : kind
193188 value : task
194189 resolver : bundles
@@ -231,7 +226,7 @@ spec:
231226 - name : name
232227 value : buildah-oci-ta
233228 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
229+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9 @sha256:8ece4568c88f83fb129272634f100bc1ad117e1c3d9c2432b33e00fe2ada3a3b
235230 - name : kind
236231 value : task
237232 resolver : bundles
@@ -260,7 +255,7 @@ spec:
260255 - name : name
261256 value : build-image-index
262257 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
258+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:ac4f8b58ade5000f6e47d287b72832f0d89a91651849467be73e05da639cff7d
264259 - name : kind
265260 value : task
266261 resolver : bundles
@@ -272,19 +267,21 @@ spec:
272267 - name : build-source-image
273268 params :
274269 - name : BINARY_IMAGE
275- value : $(params.output -image)
270+ value : $(tasks.build -image-index.results.IMAGE_URL )
276271 - name : SOURCE_ARTIFACT
277272 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278273 - name : CACHI2_ARTIFACT
279274 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275+ - name : BINARY_IMAGE_DIGEST
276+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
280277 runAfter :
281278 - build-image-index
282279 taskRef :
283280 params :
284281 - name : name
285282 value : source-build-oci-ta
286283 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
284+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:eb620d137d2dfa9966d991ac210ad14f391cfa9cfc501e3cc1eb24e3332c6986
288285 - name : kind
289286 value : task
290287 resolver : bundles
@@ -310,7 +307,7 @@ spec:
310307 - name : name
311308 value : deprecated-image-check
312309 - name : bundle
313- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
310+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:516ea66977bc4cdad1da61d9273a31540f0d419270f8c8c4b6b3a6aaa4002d96
314311 - name : kind
315312 value : task
316313 resolver : bundles
@@ -332,7 +329,7 @@ spec:
332329 - name : name
333330 value : clair-scan
334331 - name : bundle
335- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
332+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:1f19b5f4d706b97426f11ac40ffc0a1eeb1a54b37d2c16395799e7456252e7a8
336333 - name : kind
337334 value : task
338335 resolver : bundles
@@ -352,7 +349,7 @@ spec:
352349 - name : name
353350 value : ecosystem-cert-preflight-checks
354351 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
352+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1c3bbace4c50d1c1eab9c816a77071e6a94be02455bd245f2c90d400e5534108
356353 - name : kind
357354 value : task
358355 resolver : bundles
@@ -378,7 +375,7 @@ spec:
378375 - name : name
379376 value : sast-snyk-check-oci-ta
380377 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
378+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:c4b79e009cbfe58cdb80775aedd16e7fc7ee5896ec77431584abb36f067c6484
382379 - name : kind
383380 value : task
384381 resolver : bundles
@@ -400,7 +397,7 @@ spec:
400397 - name : name
401398 value : clamav-scan
402399 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
400+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:10054cd4e09cdafb2d16526afb9801490104b54ce0b77c70e417fe756b3daaff
404401 - name : kind
405402 value : task
406403 resolver : bundles
@@ -445,7 +442,7 @@ spec:
445442 - name : name
446443 value : sast-coverity-check-oci-ta
447444 - name : bundle
448- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
445+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
449446 - name : kind
450447 value : task
451448 resolver : bundles
@@ -466,7 +463,7 @@ spec:
466463 - name : name
467464 value : coverity-availability-check
468465 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
466+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:c9b9301c442830eca3ad7d9d5287b082b94c38d406442f391447484147afd006
470467 - name : kind
471468 value : task
472469 resolver : bundles
@@ -492,7 +489,7 @@ spec:
492489 - name : name
493490 value : sast-shell-check-oci-ta
494491 - name : bundle
495- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
492+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a528f0170b0d0de8db53dfdf02b96d201f3d9f735a904c645b5b111cea7ef44f
496493 - name : kind
497494 value : task
498495 resolver : bundles
@@ -518,7 +515,7 @@ spec:
518515 - name : name
519516 value : sast-unicode-check-oci-ta
520517 - name : bundle
521- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
518+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:2bcccabd857914f66543d17a676f4d259daa67fe55c63a7d317000365c369792
522519 - name : kind
523520 value : task
524521 resolver : bundles
@@ -538,7 +535,7 @@ spec:
538535 - name : name
539536 value : apply-tags
540537 - name : bundle
541- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
538+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
542539 - name : kind
543540 value : task
544541 resolver : bundles
@@ -561,7 +558,7 @@ spec:
561558 - name : name
562559 value : push-dockerfile-oci-ta
563560 - name : bundle
564- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
561+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.2 @sha256:efda2b60a3e6f1e1f64150963f4133f2f6353f8fcf9db86768466bf3f2753277
565562 - name : kind
566563 value : task
567564 resolver : bundles
@@ -578,7 +575,7 @@ spec:
578575 - name : name
579576 value : rpms-signature-scan
580577 - name : bundle
581- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
578+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:8252a4a973942eeff659fb8727f59838592a9a0e1b3212134915e6aed9239b27
582579 - name : kind
583580 value : task
584581 resolver : bundles
0 commit comments