@@ -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.
@@ -134,7 +130,7 @@ spec:
134130 - name : name
135131 value : init
136132 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:90dda596d44b3f861889da2fba161dff34c6116fe76c3989e3f84262ea0f29cd
133+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
138134 - name : kind
139135 value : task
140136 resolver : bundles
@@ -155,7 +151,7 @@ spec:
155151 - name : name
156152 value : git-clone-oci-ta
157153 - name : bundle
158- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:f72fcca6732516339d55ac5f01660e287968e64e857a40a8608db27e298b5126
154+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
159155 - name : kind
160156 value : task
161157 resolver : bundles
@@ -184,7 +180,7 @@ spec:
184180 - name : name
185181 value : prefetch-dependencies-oci-ta
186182 - name : bundle
187- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1 @sha256:994f816e36ac832f4020647afd69223a015c84c503f925013c573fed52f05420
183+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:22290579c9fe0b5c1689bb9023b3eddec73c285b680226d9f460346ae849a2cb
188184 - name : kind
189185 value : task
190186 resolver : bundles
@@ -225,7 +221,7 @@ spec:
225221 - name : name
226222 value : buildah-oci-ta
227223 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.3 @sha256:11b9ce26fd2933ccc81ca3f983e094ec54326a2e0aaf8bdcc4c0b8fea1a42c53
224+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:db496b9f7072fb9d1c4b749db6bab8c19c0b647a8a4d2589833dcec979876657
229225 - name : kind
230226 value : task
231227 resolver : bundles
@@ -254,7 +250,7 @@ spec:
254250 - name : name
255251 value : build-image-index
256252 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:479775c8655d815fb515aeb97efc0e64284a8520c452754981970900b937a393
253+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
258254 - name : kind
259255 value : task
260256 resolver : bundles
@@ -266,19 +262,21 @@ spec:
266262 - name : build-source-image
267263 params :
268264 - name : BINARY_IMAGE
269- value : $(params.output -image)
265+ value : $(tasks.build -image-index.results.IMAGE_URL )
270266 - name : SOURCE_ARTIFACT
271267 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
272268 - name : CACHI2_ARTIFACT
273269 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
270+ - name : BINARY_IMAGE_DIGEST
271+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
274272 runAfter :
275273 - build-image-index
276274 taskRef :
277275 params :
278276 - name : name
279277 value : source-build-oci-ta
280278 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1 @sha256:75e882bf1619dd45a4043060ce42a6ad3ce781264ade5b7f66a1d994ee159126
279+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
282280 - name : kind
283281 value : task
284282 resolver : bundles
@@ -304,7 +302,7 @@ spec:
304302 - name : name
305303 value : deprecated-image-check
306304 - name : bundle
307- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4 @sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7
305+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5 @sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
308306 - name : kind
309307 value : task
310308 resolver : bundles
@@ -326,7 +324,7 @@ spec:
326324 - name : name
327325 value : clair-scan
328326 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:907f11c67b0330480cbf85c23b1085acc5a049ab90af980169251860a3d97ef7
327+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
330328 - name : kind
331329 value : task
332330 resolver : bundles
@@ -346,7 +344,7 @@ spec:
346344 - name : name
347345 value : ecosystem-cert-preflight-checks
348346 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1 @sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
347+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2 @sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
350348 - name : kind
351349 value : task
352350 resolver : bundles
@@ -372,7 +370,7 @@ spec:
372370 - name : name
373371 value : sast-snyk-check-oci-ta
374372 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:af93b35e6e71a6ff7f3785ad8d8497b11204a5c0c33ab1a78b44f9d43f49c7a5
373+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
376374 - name : kind
377375 value : task
378376 resolver : bundles
@@ -394,7 +392,7 @@ spec:
394392 - name : name
395393 value : clamav-scan
396394 - name : bundle
397- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:c12e7a774bb07ad2796c01071b0dc0f199111b0ee99c45b55fa599e23b200bae
395+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
398396 - name : kind
399397 value : task
400398 resolver : bundles
@@ -420,7 +418,7 @@ spec:
420418 - name : name
421419 value : sast-coverity-check-oci-ta
422420 - name : bundle
423- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.1 @sha256:fde1e556e69b8293a38d815473040f0d1ee3567c520c52cb1bd4ea712c715b4f
421+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3 @sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
424422 - name : kind
425423 value : task
426424 resolver : bundles
@@ -450,7 +448,7 @@ spec:
450448 - name : name
451449 value : coverity-availability-check-oci-ta
452450 - name : bundle
453- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.1 @sha256:18c1c2665cdb10ca589f69f75f2bb49758f9ed75b69a9171d562856dec3cfd76
451+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2 @sha256:cc68e11a84cdc2f9f0ab1ca2f5f475076f591b435f5ae65c18414d8119f16ff4
454452 - name : kind
455453 value : task
456454 resolver : bundles
@@ -476,7 +474,7 @@ spec:
476474 - name : name
477475 value : sast-shell-check-oci-ta
478476 - name : bundle
479- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
477+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
480478 - name : kind
481479 value : task
482480 resolver : bundles
@@ -500,7 +498,7 @@ spec:
500498 - name : name
501499 value : sast-shell-check-oci-ta
502500 - name : bundle
503- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
501+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
504502 - name : kind
505503 value : task
506504 resolver : bundles
@@ -511,16 +509,18 @@ spec:
511509 - " false"
512510 - name : apply-tags
513511 params :
514- - name : IMAGE
512+ - name : IMAGE_URL
515513 value : $(tasks.build-image-index.results.IMAGE_URL)
514+ - name : IMAGE_DIGEST
515+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
516516 runAfter :
517517 - build-image-index
518518 taskRef :
519519 params :
520520 - name : name
521521 value : apply-tags
522522 - name : bundle
523- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:2c2d88c07623b2d25163994ded6e9f29205ea5bbab090f4c86379739940028b9
523+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
524524 - name : kind
525525 value : task
526526 resolver : bundles
@@ -543,7 +543,7 @@ spec:
543543 - name : name
544544 value : push-dockerfile-oci-ta
545545 - name : bundle
546- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:98ccae6ac132ab837fc51a70514be5fca656e09d6d4ad93230bd10f0119258aa
546+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
547547 - name : kind
548548 value : task
549549 resolver : bundles
@@ -560,7 +560,7 @@ spec:
560560 - name : name
561561 value : rpms-signature-scan
562562 - name : bundle
563- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:39cd56ffa26ff5edfd5bf9b61e902cae35a345c078cd9dcbc0737d30f3ce5ef1
563+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
564564 - name : kind
565565 value : task
566566 resolver : bundles
0 commit comments