@@ -9,7 +9,7 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "pull_request" && target_branch == "release-4.18" && (".tekton/cli-manager-4-18-pull-request.yaml".pathChanged() || "api/***".pathChanged() || "cmd/***".pathChanged() || "dependencymagnet/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "Makefile".pathChanged())
12- creationTimestamp : null
12+ creationTimestamp :
1313 labels :
1414 appstudio.openshift.io/application : cli-manager-operator-4-18
1515 appstudio.openshift.io/component : cli-manager-4-18
3939 - name : name
4040 value : show-sbom
4141 - name : bundle
42- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
42+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4343 - name : kind
4444 value : task
4545 resolver : bundles
@@ -55,13 +55,11 @@ spec:
5555 name : output-image
5656 type : string
5757 - default : .
58- description : Path to the source code of an application's component from where
59- to build image.
58+ description : Path to the source code of an application's component from where to build image.
6059 name : path-context
6160 type : string
6261 - default : Dockerfile
63- description : Path to the Dockerfile inside the context specified by parameter
64- path-context
62+ description : Path to the Dockerfile inside the context specified by parameter path-context
6563 name : dockerfile
6664 type : string
6765 - default : " false"
8179 name : prefetch-input
8280 type : string
8381 - default : " "
84- description : Image tag expiration time, time values could be something like
85- 1h, 2d, 3w for hours, days, and weeks, respectively.
82+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8683 name : image-expires-after
8784 - default : " true"
8885 description : Build a source image.
@@ -104,13 +101,16 @@ spec:
104101 - linux/x86_64
105102 - linux/arm64
106103 - linux/ppc64le
107- description : List of platforms to build the container images on. The available
108- set of values is determined by the configuration of the multi-platform-controller.
104+ description : List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
109105 name : build-platforms
110106 type : array
111107 - default : snyk-secret
112108 description : Snyk Token Secret Name
113109 name : snyk-secret
110+ - name : buildah-format
111+ default : docker
112+ type : string
113+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
114114 results :
115115 - description : " "
116116 name : IMAGE_URL
@@ -138,7 +138,7 @@ spec:
138138 - name : name
139139 value : init
140140 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
141+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
142142 - name : kind
143143 value : task
144144 resolver : bundles
@@ -159,7 +159,7 @@ spec:
159159 - name : name
160160 value : git-clone-oci-ta
161161 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0761f97595d42c87c076797e0d0f66ff572146cad958106b7f5446b182d03394
162+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
163163 - name : kind
164164 value : task
165165 resolver : bundles
@@ -188,7 +188,7 @@ spec:
188188 - name : name
189189 value : prefetch-dependencies-oci-ta
190190 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
191+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
192192 - name : kind
193193 value : task
194194 resolver : bundles
@@ -234,14 +234,16 @@ spec:
234234 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235235 - name : IMAGE_APPEND_PLATFORM
236236 value : " true"
237+ - name : BUILDAH_FORMAT
238+ value : $(params.buildah-format)
237239 runAfter :
238240 - prefetch-dependencies
239241 taskRef :
240242 params :
241243 - name : name
242244 value : buildah-remote-oci-ta
243245 - name : bundle
244- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:19a7c9518d9831d60f8b9226ef89428513994659fd124bb2b0d685bff39313ef
246+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5 @sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
245247 - name : kind
246248 value : task
247249 resolver : bundles
@@ -263,14 +265,16 @@ spec:
263265 - name : IMAGES
264266 value :
265267 - $(tasks.build-images.results.IMAGE_REF[*])
268+ - name : BUILDAH_FORMAT
269+ value : $(params.buildah-format)
266270 runAfter :
267271 - build-images
268272 taskRef :
269273 params :
270274 - name : name
271275 value : build-image-index
272276 - name : bundle
273- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
277+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
274278 - name : kind
275279 value : task
276280 resolver : bundles
@@ -282,19 +286,21 @@ spec:
282286 - name : build-source-image
283287 params :
284288 - name : BINARY_IMAGE
285- value : $(params.output -image)
289+ value : $(tasks.build -image-index.results.IMAGE_URL )
286290 - name : SOURCE_ARTIFACT
287291 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
288292 - name : CACHI2_ARTIFACT
289293 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
294+ - name : BINARY_IMAGE_DIGEST
295+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
290296 runAfter :
291297 - build-image-index
292298 taskRef :
293299 params :
294300 - name : name
295301 value : source-build-oci-ta
296302 - name : bundle
297- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:ac36a2233b0a09e7975b776f96aa49a6e61428e929ca8150dec9a717bd6c13ea
303+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
298304 - name : kind
299305 value : task
300306 resolver : bundles
@@ -320,7 +326,7 @@ spec:
320326 - name : name
321327 value : deprecated-image-check
322328 - name : bundle
323- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
329+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
324330 - name : kind
325331 value : task
326332 resolver : bundles
@@ -329,7 +335,12 @@ spec:
329335 operator : in
330336 values :
331337 - " false"
332- - name : clair-scan
338+ - matrix :
339+ params :
340+ - name : image-platform
341+ value :
342+ - $(params.build-platforms)
343+ name : clair-scan
333344 params :
334345 - name : image-digest
335346 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -342,7 +353,7 @@ spec:
342353 - name : name
343354 value : clair-scan
344355 - name : bundle
345- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
356+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
346357 - name : kind
347358 value : task
348359 resolver : bundles
@@ -362,7 +373,7 @@ spec:
362373 - name : name
363374 value : ecosystem-cert-preflight-checks
364375 - name : bundle
365- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e16e33931bccd678b6b10b87636f37a08a0288b65a662ff76b5dad6fcbbb077f
376+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
366377 - name : kind
367378 value : task
368379 resolver : bundles
@@ -371,6 +382,11 @@ spec:
371382 operator : in
372383 values :
373384 - " false"
385+ matrix :
386+ params :
387+ - name : platform
388+ value :
389+ - $(params.build-platforms)
374390 - name : sast-snyk-check
375391 params :
376392 - name : image-digest
@@ -388,7 +404,7 @@ spec:
388404 - name : name
389405 value : sast-snyk-check-oci-ta
390406 - name : bundle
391- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
407+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
392408 - name : kind
393409 value : task
394410 resolver : bundles
@@ -410,7 +426,7 @@ spec:
410426 - name : name
411427 value : clamav-scan
412428 - name : bundle
413- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:11b1684965b64f1fa7c65f90a3524413022246a3863eaba188c84eb4bf0b687a
429+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
414430 - name : kind
415431 value : task
416432 resolver : bundles
@@ -419,18 +435,25 @@ spec:
419435 operator : in
420436 values :
421437 - " false"
438+ matrix :
439+ params :
440+ - name : image-arch
441+ value :
442+ - $(params.build-platforms)
422443 - name : apply-tags
423444 params :
424- - name : IMAGE
445+ - name : IMAGE_URL
425446 value : $(tasks.build-image-index.results.IMAGE_URL)
447+ - name : IMAGE_DIGEST
448+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
426449 runAfter :
427450 - build-image-index
428451 taskRef :
429452 params :
430453 - name : name
431454 value : apply-tags
432455 - name : bundle
433- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
456+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
434457 - name : kind
435458 value : task
436459 resolver : bundles
@@ -453,7 +476,7 @@ spec:
453476 - name : name
454477 value : push-dockerfile-oci-ta
455478 - name : bundle
456- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:c4f87c44c4cf99f3d90435d72ad93e550b14d2928ba943715daf9015bcc1af73
479+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
457480 - name : kind
458481 value : task
459482 resolver : bundles
@@ -470,7 +493,7 @@ spec:
470493 - name : name
471494 value : rpms-signature-scan
472495 - name : bundle
473- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:eeaee239eabec8ba9cfd0f80382ad34114c93393c35d1eae77c5d73d57aa824d
496+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
474497 - name : kind
475498 value : task
476499 resolver : bundles
0 commit comments