@@ -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 : pa-driver-toolkit
1514 appstudio.openshift.io/component : pa-driver-toolkit
2928 - name : dockerfile
3029 value : Containerfile
3130 - name : build-args-file
32- value : argfile.conf
31+ value : argfile.conf
3332 pipelineSpec :
3433 description : |
3534 This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
4645 - name : name
4746 value : show-sbom
4847 - name : bundle
49- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
48+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5049 - name : kind
5150 value : task
5251 resolver : bundles
@@ -62,13 +61,11 @@ spec:
6261 name : output-image
6362 type : string
6463 - default : .
65- description : Path to the source code of an application's component from where
66- to build image.
64+ description : Path to the source code of an application's component from where to build image.
6765 name : path-context
6866 type : string
6967 - default : Dockerfile
70- description : Path to the Dockerfile inside the context specified by parameter
71- path-context
68+ description : Path to the Dockerfile inside the context specified by parameter path-context
7269 name : dockerfile
7370 type : string
7471 - default : " false"
8885 name : prefetch-input
8986 type : string
9087 - default : " "
91- description : Image tag expiration time, time values could be something like
92- 1h, 2d, 3w for hours, days, and weeks, respectively.
88+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9389 name : image-expires-after
9490 - default : " false"
9591 description : Build a source image.
@@ -107,6 +103,10 @@ spec:
107103 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
108104 name : build-args-file
109105 type : string
106+ - name : buildah-format
107+ default : docker
108+ type : string
109+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
110110 results :
111111 - description : " "
112112 name : IMAGE_URL
@@ -134,7 +134,7 @@ spec:
134134 - name : name
135135 value : init
136136 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:90dda596d44b3f861889da2fba161dff34c6116fe76c3989e3f84262ea0f29cd
137+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
138138 - name : kind
139139 value : task
140140 resolver : bundles
@@ -155,7 +155,7 @@ spec:
155155 - name : name
156156 value : git-clone-oci-ta
157157 - name : bundle
158- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:f72fcca6732516339d55ac5f01660e287968e64e857a40a8608db27e298b5126
158+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
159159 - name : kind
160160 value : task
161161 resolver : bundles
@@ -184,7 +184,7 @@ spec:
184184 - name : name
185185 value : prefetch-dependencies-oci-ta
186186 - name : bundle
187- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1 @sha256:994f816e36ac832f4020647afd69223a015c84c503f925013c573fed52f05420
187+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:5946ca57aa29f162e11b74984ec58960f55f9fb6a0e97c6c9215c4161f768726
188188 - name : kind
189189 value : task
190190 resolver : bundles
@@ -218,14 +218,16 @@ spec:
218218 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219219 - name : CACHI2_ARTIFACT
220220 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
221+ - name : BUILDAH_FORMAT
222+ value : $(params.buildah-format)
221223 runAfter :
222224 - prefetch-dependencies
223225 taskRef :
224226 params :
225227 - name : name
226228 value : buildah-oci-ta
227229 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.3 @sha256:11b9ce26fd2933ccc81ca3f983e094ec54326a2e0aaf8bdcc4c0b8fea1a42c53
230+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6 @sha256:27b04ea788cf64fd38c7d151feb5e1ca408804fa5a70cf704ae746a086ee92b8
229231 - name : kind
230232 value : task
231233 resolver : bundles
@@ -247,14 +249,16 @@ spec:
247249 - name : IMAGES
248250 value :
249251 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
252+ - name : BUILDAH_FORMAT
253+ value : $(params.buildah-format)
250254 runAfter :
251255 - build-container
252256 taskRef :
253257 params :
254258 - name : name
255259 value : build-image-index
256260 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:479775c8655d815fb515aeb97efc0e64284a8520c452754981970900b937a393
261+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:31197f4ee71be47c6f491e888ff266cbbb8ad5ed1c7c4141cc14f002d1802a50
258262 - name : kind
259263 value : task
260264 resolver : bundles
@@ -266,19 +270,21 @@ spec:
266270 - name : build-source-image
267271 params :
268272 - name : BINARY_IMAGE
269- value : $(params.output -image)
273+ value : $(tasks.build -image-index.results.IMAGE_URL )
270274 - name : SOURCE_ARTIFACT
271275 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
272276 - name : CACHI2_ARTIFACT
273277 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
278+ - name : BINARY_IMAGE_DIGEST
279+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
274280 runAfter :
275281 - build-image-index
276282 taskRef :
277283 params :
278284 - name : name
279285 value : source-build-oci-ta
280286 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1 @sha256:75e882bf1619dd45a4043060ce42a6ad3ce781264ade5b7f66a1d994ee159126
287+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
282288 - name : kind
283289 value : task
284290 resolver : bundles
@@ -304,7 +310,7 @@ spec:
304310 - name : name
305311 value : deprecated-image-check
306312 - name : bundle
307- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4 @sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7
313+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5 @sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
308314 - name : kind
309315 value : task
310316 resolver : bundles
@@ -326,7 +332,7 @@ spec:
326332 - name : name
327333 value : clair-scan
328334 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:907f11c67b0330480cbf85c23b1085acc5a049ab90af980169251860a3d97ef7
335+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
330336 - name : kind
331337 value : task
332338 resolver : bundles
@@ -346,7 +352,7 @@ spec:
346352 - name : name
347353 value : ecosystem-cert-preflight-checks
348354 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1 @sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
355+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
350356 - name : kind
351357 value : task
352358 resolver : bundles
@@ -372,7 +378,7 @@ spec:
372378 - name : name
373379 value : sast-snyk-check-oci-ta
374380 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:af93b35e6e71a6ff7f3785ad8d8497b11204a5c0c33ab1a78b44f9d43f49c7a5
381+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
376382 - name : kind
377383 value : task
378384 resolver : bundles
@@ -394,7 +400,7 @@ spec:
394400 - name : name
395401 value : clamav-scan
396402 - name : bundle
397- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:c12e7a774bb07ad2796c01071b0dc0f199111b0ee99c45b55fa599e23b200bae
403+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
398404 - name : kind
399405 value : task
400406 resolver : bundles
@@ -420,7 +426,7 @@ spec:
420426 - name : name
421427 value : sast-coverity-check-oci-ta
422428 - name : bundle
423- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.1 @sha256:fde1e556e69b8293a38d815473040f0d1ee3567c520c52cb1bd4ea712c715b4f
429+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3 @sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
424430 - name : kind
425431 value : task
426432 resolver : bundles
@@ -450,7 +456,7 @@ spec:
450456 - name : name
451457 value : coverity-availability-check-oci-ta
452458 - name : bundle
453- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.1 @sha256:18c1c2665cdb10ca589f69f75f2bb49758f9ed75b69a9171d562856dec3cfd76
459+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2 @sha256:cc68e11a84cdc2f9f0ab1ca2f5f475076f591b435f5ae65c18414d8119f16ff4
454460 - name : kind
455461 value : task
456462 resolver : bundles
@@ -476,7 +482,7 @@ spec:
476482 - name : name
477483 value : sast-shell-check-oci-ta
478484 - name : bundle
479- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
485+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
480486 - name : kind
481487 value : task
482488 resolver : bundles
@@ -500,7 +506,7 @@ spec:
500506 - name : name
501507 value : sast-shell-check-oci-ta
502508 - name : bundle
503- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
509+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
504510 - name : kind
505511 value : task
506512 resolver : bundles
@@ -511,16 +517,18 @@ spec:
511517 - " false"
512518 - name : apply-tags
513519 params :
514- - name : IMAGE
520+ - name : IMAGE_URL
515521 value : $(tasks.build-image-index.results.IMAGE_URL)
522+ - name : IMAGE_DIGEST
523+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
516524 runAfter :
517525 - build-image-index
518526 taskRef :
519527 params :
520528 - name : name
521529 value : apply-tags
522530 - name : bundle
523- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:2c2d88c07623b2d25163994ded6e9f29205ea5bbab090f4c86379739940028b9
531+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
524532 - name : kind
525533 value : task
526534 resolver : bundles
@@ -543,7 +551,7 @@ spec:
543551 - name : name
544552 value : push-dockerfile-oci-ta
545553 - name : bundle
546- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:98ccae6ac132ab837fc51a70514be5fca656e09d6d4ad93230bd10f0119258aa
554+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
547555 - name : kind
548556 value : task
549557 resolver : bundles
@@ -560,7 +568,7 @@ spec:
560568 - name : name
561569 value : rpms-signature-scan
562570 - name : bundle
563- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:39cd56ffa26ff5edfd5bf9b61e902cae35a345c078cd9dcbc0737d30f3ce5ef1
571+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
564572 - name : kind
565573 value : task
566574 resolver : bundles
0 commit comments