@@ -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 : pnc
1514 appstudio.openshift.io/component : domain-proxy
4443 - name : name
4544 value : show-sbom
4645 - name : bundle
47- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
46+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4847 - name : kind
4948 value : task
5049 resolver : bundles
@@ -60,13 +59,11 @@ spec:
6059 name : output-image
6160 type : string
6261 - default : .
63- description : Path to the source code of an application's component from where
64- to build image.
62+ description : Path to the source code of an application's component from where to build image.
6563 name : path-context
6664 type : string
6765 - default : Dockerfile
68- description : Path to the Dockerfile inside the context specified by parameter
69- path-context
66+ description : Path to the Dockerfile inside the context specified by parameter path-context
7067 name : dockerfile
7168 type : string
7269 - default : " false"
8683 name : prefetch-input
8784 type : string
8885 - default : " "
89- description : Image tag expiration time, time values could be something like
90- 1h, 2d, 3w for hours, days, and weeks, respectively.
86+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9187 name : image-expires-after
9288 - default : " false"
9389 description : Build a source image.
@@ -105,6 +101,10 @@ spec:
105101 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106102 name : build-args-file
107103 type : string
104+ - name : buildah-format
105+ default : docker
106+ type : string
107+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
108108 results :
109109 - description : " "
110110 name : IMAGE_URL
@@ -132,7 +132,7 @@ spec:
132132 - name : name
133133 value : init
134134 - name : bundle
135- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
135+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
136136 - name : kind
137137 value : task
138138 resolver : bundles
@@ -153,7 +153,7 @@ spec:
153153 - name : name
154154 value : git-clone-oci-ta
155155 - name : bundle
156- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0761f97595d42c87c076797e0d0f66ff572146cad958106b7f5446b182d03394
156+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
157157 - name : kind
158158 value : task
159159 resolver : bundles
@@ -182,7 +182,7 @@ spec:
182182 - name : name
183183 value : prefetch-dependencies-oci-ta
184184 - name : bundle
185- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
185+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
186186 - name : kind
187187 value : task
188188 resolver : bundles
@@ -216,14 +216,16 @@ spec:
216216 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
217217 - name : CACHI2_ARTIFACT
218218 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
219+ - name : BUILDAH_FORMAT
220+ value : $(params.buildah-format)
219221 runAfter :
220222 - prefetch-dependencies
221223 taskRef :
222224 params :
223225 - name : name
224226 value : buildah-oci-ta
225227 - name : bundle
226- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:03be9d41b9617edc1436ae5a29cbd130f5101e5031d198f24c463672009754ac
228+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5 @sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
227229 - name : kind
228230 value : task
229231 resolver : bundles
@@ -245,14 +247,16 @@ spec:
245247 - name : IMAGES
246248 value :
247249 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
250+ - name : BUILDAH_FORMAT
251+ value : $(params.buildah-format)
248252 runAfter :
249253 - build-container
250254 taskRef :
251255 params :
252256 - name : name
253257 value : build-image-index
254258 - name : bundle
255- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
259+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
256260 - name : kind
257261 value : task
258262 resolver : bundles
@@ -264,19 +268,21 @@ spec:
264268 - name : build-source-image
265269 params :
266270 - name : BINARY_IMAGE
267- value : $(params.output -image)
271+ value : $(tasks.build -image-index.results.IMAGE_URL )
268272 - name : SOURCE_ARTIFACT
269273 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
270274 - name : CACHI2_ARTIFACT
271275 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
276+ - name : BINARY_IMAGE_DIGEST
277+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
272278 runAfter :
273279 - build-image-index
274280 taskRef :
275281 params :
276282 - name : name
277283 value : source-build-oci-ta
278284 - name : bundle
279- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:ac36a2233b0a09e7975b776f96aa49a6e61428e929ca8150dec9a717bd6c13ea
285+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
280286 - name : kind
281287 value : task
282288 resolver : bundles
@@ -302,7 +308,7 @@ spec:
302308 - name : name
303309 value : deprecated-image-check
304310 - name : bundle
305- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
311+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
306312 - name : kind
307313 value : task
308314 resolver : bundles
@@ -324,7 +330,7 @@ spec:
324330 - name : name
325331 value : clair-scan
326332 - name : bundle
327- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
333+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
328334 - name : kind
329335 value : task
330336 resolver : bundles
@@ -344,7 +350,7 @@ spec:
344350 - name : name
345351 value : ecosystem-cert-preflight-checks
346352 - name : bundle
347- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e16e33931bccd678b6b10b87636f37a08a0288b65a662ff76b5dad6fcbbb077f
353+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
348354 - name : kind
349355 value : task
350356 resolver : bundles
@@ -370,7 +376,7 @@ spec:
370376 - name : name
371377 value : sast-snyk-check-oci-ta
372378 - name : bundle
373- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
379+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
374380 - name : kind
375381 value : task
376382 resolver : bundles
@@ -392,7 +398,7 @@ spec:
392398 - name : name
393399 value : clamav-scan
394400 - name : bundle
395- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:11b1684965b64f1fa7c65f90a3524413022246a3863eaba188c84eb4bf0b687a
401+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
396402 - name : kind
397403 value : task
398404 resolver : bundles
@@ -423,7 +429,7 @@ spec:
423429 value : $(tasks.clone-repository.results.commit)
424430 - name : BUILD_ARGS
425431 value :
426- - $(params.build-args[*])
432+ - $(params.build-args[*])
427433 - name : BUILD_ARGS_FILE
428434 value : $(params.build-args-file)
429435 - name : SOURCE_ARTIFACT
@@ -437,7 +443,7 @@ spec:
437443 - name : name
438444 value : sast-coverity-check-oci-ta
439445 - name : bundle
440- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d5e2a69c80a67a14d4bc92dff12b8aa24e68f79996eae23311b774dee978f30f
446+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
441447 - name : kind
442448 value : task
443449 resolver : bundles
@@ -467,7 +473,7 @@ spec:
467473 - name : name
468474 value : coverity-availability-check
469475 - name : bundle
470- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
476+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
471477 - name : kind
472478 value : task
473479 resolver : bundles
@@ -493,7 +499,7 @@ spec:
493499 - name : name
494500 value : sast-shell-check-oci-ta
495501 - name : bundle
496- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
502+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
497503 - name : kind
498504 value : task
499505 resolver : bundles
@@ -517,7 +523,7 @@ spec:
517523 - name : name
518524 value : sast-shell-check-oci-ta
519525 - name : bundle
520- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
526+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
521527 - name : kind
522528 value : task
523529 resolver : bundles
@@ -528,16 +534,18 @@ spec:
528534 - " false"
529535 - name : apply-tags
530536 params :
531- - name : IMAGE
537+ - name : IMAGE_URL
532538 value : $(tasks.build-image-index.results.IMAGE_URL)
539+ - name : IMAGE_DIGEST
540+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
533541 runAfter :
534542 - build-image-index
535543 taskRef :
536544 params :
537545 - name : name
538546 value : apply-tags
539547 - name : bundle
540- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
548+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
541549 - name : kind
542550 value : task
543551 resolver : bundles
@@ -560,7 +568,7 @@ spec:
560568 - name : name
561569 value : push-dockerfile-oci-ta
562570 - name : bundle
563- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:c4f87c44c4cf99f3d90435d72ad93e550b14d2928ba943715daf9015bcc1af73
571+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
564572 - name : kind
565573 value : task
566574 resolver : bundles
@@ -577,7 +585,7 @@ spec:
577585 - name : name
578586 value : rpms-signature-scan
579587 - name : bundle
580- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:eeaee239eabec8ba9cfd0f80382ad34114c93393c35d1eae77c5d73d57aa824d
588+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
581589 - name : kind
582590 value : task
583591 resolver : bundles
0 commit comments