@@ -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:e2c1b4eac642f32e91f3bc5d3cb48c5c70888aaf45c3650d9ea34573de7a7fd5
4948 - name : kind
5049 value : task
5150 resolver : bundles
@@ -61,19 +60,13 @@ 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
73- - default : " false"
74- description : Force rebuild image
75- name : rebuild
76- type : string
7770 - default : " false"
7871 description : Skip checks against built image
7972 name : skip-checks
8780 name : prefetch-input
8881 type : string
8982 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 1h, 2d, 3w for hours, days, and weeks, respectively.
83+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9284 name : image-expires-after
9385 - default : " false"
9486 description : Build a source image.
10799 name : build-args-file
108100 type : string
109101 - default : " false"
110- description : Whether to enable privileged mode, should be used only with remote
111- VMs
102+ description : Whether to enable privileged mode, should be used only with remote VMs
112103 name : privileged-nested
113104 type : string
114105 results :
@@ -126,19 +117,12 @@ spec:
126117 value : $(tasks.clone-repository.results.commit)
127118 tasks :
128119 - name : init
129- params :
130- - name : image-url
131- value : $(params.output-image)
132- - name : rebuild
133- value : $(params.rebuild)
134- - name : skip-checks
135- value : $(params.skip-checks)
136120 taskRef :
137121 params :
138122 - name : name
139123 value : init
140124 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
125+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.3 @sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
142126 - name : kind
143127 value : task
144128 resolver : bundles
@@ -159,15 +143,10 @@ spec:
159143 - name : name
160144 value : git-clone-oci-ta
161145 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
146+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
163147 - name : kind
164148 value : task
165149 resolver : bundles
166- when :
167- - input : $(tasks.init.results.build)
168- operator : in
169- values :
170- - " true"
171150 workspaces :
172151 - name : basic-auth
173152 workspace : git-auth
@@ -188,7 +167,7 @@ spec:
188167 - name : name
189168 value : prefetch-dependencies-oci-ta
190169 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
170+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
192171 - name : kind
193172 value : task
194173 resolver : bundles
@@ -231,15 +210,10 @@ spec:
231210 - name : name
232211 value : buildah-oci-ta
233212 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
213+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8 @sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
235214 - name : kind
236215 value : task
237216 resolver : bundles
238- when :
239- - input : $(tasks.init.results.build)
240- operator : in
241- values :
242- - " true"
243217 - name : build-image-index
244218 params :
245219 - name : IMAGE
@@ -260,39 +234,32 @@ spec:
260234 - name : name
261235 value : build-image-index
262236 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
237+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
264238 - name : kind
265239 value : task
266240 resolver : bundles
267- when :
268- - input : $(tasks.init.results.build)
269- operator : in
270- values :
271- - " true"
272241 - name : build-source-image
273242 params :
274243 - name : BINARY_IMAGE
275- value : $(params.output -image)
244+ value : $(tasks.build -image-index.results.IMAGE_URL )
276245 - name : SOURCE_ARTIFACT
277246 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278247 - name : CACHI2_ARTIFACT
279248 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
249+ - name : BINARY_IMAGE_DIGEST
250+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
280251 runAfter :
281252 - build-image-index
282253 taskRef :
283254 params :
284255 - name : name
285256 value : source-build-oci-ta
286257 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
258+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
288259 - name : kind
289260 value : task
290261 resolver : bundles
291262 when :
292- - input : $(tasks.init.results.build)
293- operator : in
294- values :
295- - " true"
296263 - input : $(params.build-source-image)
297264 operator : in
298265 values :
@@ -310,7 +277,7 @@ spec:
310277 - name : name
311278 value : deprecated-image-check
312279 - name : bundle
313- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
280+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
314281 - name : kind
315282 value : task
316283 resolver : bundles
@@ -332,7 +299,7 @@ spec:
332299 - name : name
333300 value : clair-scan
334301 - name : bundle
335- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
302+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
336303 - name : kind
337304 value : task
338305 resolver : bundles
@@ -352,7 +319,7 @@ spec:
352319 - name : name
353320 value : ecosystem-cert-preflight-checks
354321 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
322+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
356323 - name : kind
357324 value : task
358325 resolver : bundles
@@ -378,7 +345,7 @@ spec:
378345 - name : name
379346 value : sast-snyk-check-oci-ta
380347 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
348+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
382349 - name : kind
383350 value : task
384351 resolver : bundles
@@ -400,7 +367,7 @@ spec:
400367 - name : name
401368 value : clamav-scan
402369 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
370+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
404371 - name : kind
405372 value : task
406373 resolver : bundles
@@ -445,7 +412,7 @@ spec:
445412 - name : name
446413 value : sast-coverity-check-oci-ta
447414 - name : bundle
448- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
415+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
449416 - name : kind
450417 value : task
451418 resolver : bundles
@@ -466,7 +433,7 @@ spec:
466433 - name : name
467434 value : coverity-availability-check
468435 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
436+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
470437 - name : kind
471438 value : task
472439 resolver : bundles
@@ -492,7 +459,7 @@ spec:
492459 - name : name
493460 value : sast-shell-check-oci-ta
494461 - name : bundle
495- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
462+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
496463 - name : kind
497464 value : task
498465 resolver : bundles
@@ -518,7 +485,7 @@ spec:
518485 - name : name
519486 value : sast-unicode-check-oci-ta
520487 - name : bundle
521- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
488+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
522489 - name : kind
523490 value : task
524491 resolver : bundles
@@ -538,7 +505,7 @@ spec:
538505 - name : name
539506 value : apply-tags
540507 - name : bundle
541- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
508+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
542509 - name : kind
543510 value : task
544511 resolver : bundles
@@ -561,7 +528,7 @@ spec:
561528 - name : name
562529 value : push-dockerfile-oci-ta
563530 - name : bundle
564- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
531+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
565532 - name : kind
566533 value : task
567534 resolver : bundles
@@ -578,7 +545,7 @@ spec:
578545 - name : name
579546 value : rpms-signature-scan
580547 - name : bundle
581- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
548+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a
582549 - name : kind
583550 value : task
584551 resolver : bundles
0 commit comments