@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12- == "release-2.14"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-2.14"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : release-globalhub-1-5
1615 appstudio.openshift.io/component : postgres-exporter-globalhub-1-5
5958 - name : name
6059 value : show-sbom
6160 - name : bundle
62- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
61+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
6362 - name : kind
6463 value : task
6564 resolver : bundles
@@ -75,13 +74,11 @@ spec:
7574 name : output-image
7675 type : string
7776 - default : .
78- description : Path to the source code of an application's component from where
79- to build image.
77+ description : Path to the source code of an application's component from where to build image.
8078 name : path-context
8179 type : string
8280 - default : Dockerfile
83- description : Path to the Dockerfile inside the context specified by parameter
84- path-context
81+ description : Path to the Dockerfile inside the context specified by parameter path-context
8582 name : dockerfile
8683 type : string
8784 - default : " false"
10198 name : prefetch-input
10299 type : string
103100 - default : " "
104- description : Image tag expiration time, time values could be something like
105- 1h, 2d, 3w for hours, days, and weeks, respectively.
101+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
106102 name : image-expires-after
107103 - default : " false"
108104 description : Build a source image.
@@ -122,8 +118,7 @@ spec:
122118 type : string
123119 - default :
124120 - linux/x86_64
125- description : List of platforms to build the container images on. The available
126- set of values is determined by the configuration of the multi-platform-controller.
121+ 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.
127122 name : build-platforms
128123 type : array
129124 results :
@@ -174,7 +169,7 @@ spec:
174169 - name : name
175170 value : git-clone-oci-ta
176171 - name : bundle
177- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
172+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
178173 - name : kind
179174 value : task
180175 resolver : bundles
@@ -203,7 +198,7 @@ spec:
203198 - name : name
204199 value : prefetch-dependencies-oci-ta
205200 - name : bundle
206- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
201+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
207202 - name : kind
208203 value : task
209204 resolver : bundles
@@ -251,7 +246,7 @@ spec:
251246 - name : name
252247 value : buildah-remote-oci-ta
253248 - name : bundle
254- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
249+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
255250 - name : kind
256251 value : task
257252 resolver : bundles
@@ -280,7 +275,7 @@ spec:
280275 - name : name
281276 value : build-image-index
282277 - name : bundle
283- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
278+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
284279 - name : kind
285280 value : task
286281 resolver : bundles
@@ -292,19 +287,21 @@ spec:
292287 - name : build-source-image
293288 params :
294289 - name : BINARY_IMAGE
295- value : $(params.output -image)
290+ value : $(tasks.build -image-index.results.IMAGE_URL )
296291 - name : SOURCE_ARTIFACT
297292 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
298293 - name : CACHI2_ARTIFACT
299294 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
295+ - name : BINARY_IMAGE_DIGEST
296+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
300297 runAfter :
301298 - build-image-index
302299 taskRef :
303300 params :
304301 - name : name
305302 value : source-build-oci-ta
306303 - name : bundle
307- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
304+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
308305 - name : kind
309306 value : task
310307 resolver : bundles
@@ -330,7 +327,7 @@ spec:
330327 - name : name
331328 value : deprecated-image-check
332329 - name : bundle
333- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
330+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
334331 - name : kind
335332 value : task
336333 resolver : bundles
@@ -352,7 +349,7 @@ spec:
352349 - name : name
353350 value : clair-scan
354351 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
352+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
356353 - name : kind
357354 value : task
358355 resolver : bundles
@@ -372,7 +369,7 @@ spec:
372369 - name : name
373370 value : ecosystem-cert-preflight-checks
374371 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
372+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
376373 - name : kind
377374 value : task
378375 resolver : bundles
@@ -398,7 +395,7 @@ spec:
398395 - name : name
399396 value : sast-snyk-check-oci-ta
400397 - name : bundle
401- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
398+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
402399 - name : kind
403400 value : task
404401 resolver : bundles
@@ -420,7 +417,7 @@ spec:
420417 - name : name
421418 value : clamav-scan
422419 - name : bundle
423- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
420+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
424421 - name : kind
425422 value : task
426423 resolver : bundles
@@ -465,7 +462,7 @@ spec:
465462 - name : name
466463 value : sast-coverity-check-oci-ta
467464 - name : bundle
468- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
465+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c926568ce63e4f63e18bb6a4178caca2e8192f6e3b830bbcd354e6485d29458c
469466 - name : kind
470467 value : task
471468 resolver : bundles
@@ -486,7 +483,7 @@ spec:
486483 - name : name
487484 value : coverity-availability-check
488485 - name : bundle
489- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
486+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
490487 - name : kind
491488 value : task
492489 resolver : bundles
@@ -512,7 +509,7 @@ spec:
512509 - name : name
513510 value : sast-shell-check-oci-ta
514511 - name : bundle
515- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
512+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
516513 - name : kind
517514 value : task
518515 resolver : bundles
@@ -529,14 +526,16 @@ spec:
529526 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
530527 - name : CACHI2_ARTIFACT
531528 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
529+ - name : image-digest
530+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
532531 runAfter :
533532 - build-image-index
534533 taskRef :
535534 params :
536535 - name : name
537536 value : sast-unicode-check-oci-ta
538537 - name : bundle
539- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
538+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
540539 - name : kind
541540 value : task
542541 resolver : bundles
@@ -547,16 +546,18 @@ spec:
547546 - " false"
548547 - name : apply-tags
549548 params :
550- - name : IMAGE
549+ - name : IMAGE_URL
551550 value : $(tasks.build-image-index.results.IMAGE_URL)
551+ - name : IMAGE_DIGEST
552+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
552553 runAfter :
553554 - build-image-index
554555 taskRef :
555556 params :
556557 - name : name
557558 value : apply-tags
558559 - name : bundle
559- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
560+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
560561 - name : kind
561562 value : task
562563 resolver : bundles
@@ -579,7 +580,7 @@ spec:
579580 - name : name
580581 value : push-dockerfile-oci-ta
581582 - name : bundle
582- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
583+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
583584 - name : kind
584585 value : task
585586 resolver : bundles
@@ -596,7 +597,7 @@ spec:
596597 - name : name
597598 value : rpms-signature-scan
598599 - name : bundle
599- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:80a4562d5f86eb6812f00d4e30e94c1ad27ec937735dc29f5a63e9335676b3dc
600+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
600601 - name : kind
601602 value : task
602603 resolver : bundles
0 commit comments