@@ -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.17" && (".tekton/cli-manager-4-17-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-17
1515 appstudio.openshift.io/component : cli-manager-4-17
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.
@@ -105,13 +102,16 @@ spec:
105102 - linux/arm64
106103 - linux/ppc64le
107104 - linux/s390x
108- description : List of platforms to build the container images on. The available
109- set of values is determined by the configuration of the multi-platform-controller.
105+ 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.
110106 name : build-platforms
111107 type : array
112108 - default : snyk-secret
113109 description : Snyk Token Secret Name
114110 name : snyk-secret
111+ - name : buildah-format
112+ default : docker
113+ type : string
114+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
115115 results :
116116 - description : " "
117117 name : IMAGE_URL
@@ -139,7 +139,7 @@ spec:
139139 - name : name
140140 value : init
141141 - name : bundle
142- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
142+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
143143 - name : kind
144144 value : task
145145 resolver : bundles
@@ -160,7 +160,7 @@ spec:
160160 - name : name
161161 value : git-clone-oci-ta
162162 - name : bundle
163- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0761f97595d42c87c076797e0d0f66ff572146cad958106b7f5446b182d03394
163+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
164164 - name : kind
165165 value : task
166166 resolver : bundles
@@ -189,7 +189,7 @@ spec:
189189 - name : name
190190 value : prefetch-dependencies-oci-ta
191191 - name : bundle
192- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
192+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
193193 - name : kind
194194 value : task
195195 resolver : bundles
@@ -235,14 +235,16 @@ spec:
235235 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
236236 - name : IMAGE_APPEND_PLATFORM
237237 value : " true"
238+ - name : BUILDAH_FORMAT
239+ value : $(params.buildah-format)
238240 runAfter :
239241 - prefetch-dependencies
240242 taskRef :
241243 params :
242244 - name : name
243245 value : buildah-remote-oci-ta
244246 - name : bundle
245- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:19a7c9518d9831d60f8b9226ef89428513994659fd124bb2b0d685bff39313ef
247+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5 @sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
246248 - name : kind
247249 value : task
248250 resolver : bundles
@@ -264,14 +266,16 @@ spec:
264266 - name : IMAGES
265267 value :
266268 - $(tasks.build-images.results.IMAGE_REF[*])
269+ - name : BUILDAH_FORMAT
270+ value : $(params.buildah-format)
267271 runAfter :
268272 - build-images
269273 taskRef :
270274 params :
271275 - name : name
272276 value : build-image-index
273277 - name : bundle
274- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
278+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
275279 - name : kind
276280 value : task
277281 resolver : bundles
@@ -283,19 +287,21 @@ spec:
283287 - name : build-source-image
284288 params :
285289 - name : BINARY_IMAGE
286- value : $(params.output -image)
290+ value : $(tasks.build -image-index.results.IMAGE_URL )
287291 - name : SOURCE_ARTIFACT
288292 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
289293 - name : CACHI2_ARTIFACT
290294 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
295+ - name : BINARY_IMAGE_DIGEST
296+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
291297 runAfter :
292298 - build-image-index
293299 taskRef :
294300 params :
295301 - name : name
296302 value : source-build-oci-ta
297303 - name : bundle
298- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:ac36a2233b0a09e7975b776f96aa49a6e61428e929ca8150dec9a717bd6c13ea
304+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
299305 - name : kind
300306 value : task
301307 resolver : bundles
@@ -321,7 +327,7 @@ spec:
321327 - name : name
322328 value : deprecated-image-check
323329 - name : bundle
324- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
330+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
325331 - name : kind
326332 value : task
327333 resolver : bundles
@@ -330,7 +336,12 @@ spec:
330336 operator : in
331337 values :
332338 - " false"
333- - name : clair-scan
339+ - matrix :
340+ params :
341+ - name : image-platform
342+ value :
343+ - $(params.build-platforms)
344+ name : clair-scan
334345 params :
335346 - name : image-digest
336347 value : $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -343,7 +354,7 @@ spec:
343354 - name : name
344355 value : clair-scan
345356 - name : bundle
346- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
357+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
347358 - name : kind
348359 value : task
349360 resolver : bundles
@@ -363,7 +374,7 @@ spec:
363374 - name : name
364375 value : ecosystem-cert-preflight-checks
365376 - name : bundle
366- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e16e33931bccd678b6b10b87636f37a08a0288b65a662ff76b5dad6fcbbb077f
377+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
367378 - name : kind
368379 value : task
369380 resolver : bundles
@@ -372,6 +383,11 @@ spec:
372383 operator : in
373384 values :
374385 - " false"
386+ matrix :
387+ params :
388+ - name : platform
389+ value :
390+ - $(params.build-platforms)
375391 - name : sast-snyk-check
376392 params :
377393 - name : image-digest
@@ -389,7 +405,7 @@ spec:
389405 - name : name
390406 value : sast-snyk-check-oci-ta
391407 - name : bundle
392- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
408+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
393409 - name : kind
394410 value : task
395411 resolver : bundles
@@ -411,7 +427,7 @@ spec:
411427 - name : name
412428 value : clamav-scan
413429 - name : bundle
414- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:11b1684965b64f1fa7c65f90a3524413022246a3863eaba188c84eb4bf0b687a
430+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
415431 - name : kind
416432 value : task
417433 resolver : bundles
@@ -420,18 +436,25 @@ spec:
420436 operator : in
421437 values :
422438 - " false"
439+ matrix :
440+ params :
441+ - name : image-arch
442+ value :
443+ - $(params.build-platforms)
423444 - name : apply-tags
424445 params :
425- - name : IMAGE
446+ - name : IMAGE_URL
426447 value : $(tasks.build-image-index.results.IMAGE_URL)
448+ - name : IMAGE_DIGEST
449+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
427450 runAfter :
428451 - build-image-index
429452 taskRef :
430453 params :
431454 - name : name
432455 value : apply-tags
433456 - name : bundle
434- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
457+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
435458 - name : kind
436459 value : task
437460 resolver : bundles
@@ -454,7 +477,7 @@ spec:
454477 - name : name
455478 value : push-dockerfile-oci-ta
456479 - name : bundle
457- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:c4f87c44c4cf99f3d90435d72ad93e550b14d2928ba943715daf9015bcc1af73
480+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
458481 - name : kind
459482 value : task
460483 resolver : bundles
@@ -471,7 +494,7 @@ spec:
471494 - name : name
472495 value : rpms-signature-scan
473496 - name : bundle
474- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:eeaee239eabec8ba9cfd0f80382ad34114c93393c35d1eae77c5d73d57aa824d
497+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
475498 - name : kind
476499 value : task
477500 resolver : bundles
0 commit comments