@@ -10,7 +10,7 @@ metadata:
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1111 pipelinesascode.tekton.dev/on-cel-expression : |
1212 event == "pull_request" && pull_request_title.startsWith("e2e_trigger_")
13- creationTimestamp : null
13+ creationTimestamp :
1414 labels :
1515 appstudio.openshift.io/application : rh-rosa-cli
1616 appstudio.openshift.io/component : rosa-cli-e2e-test
4545 - name : name
4646 value : show-sbom
4747 - name : bundle
48- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
48+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
4949 - name : kind
5050 value : task
5151 resolver : bundles
@@ -61,13 +61,11 @@ spec:
6161 name : output-image
6262 type : string
6363 - default : .
64- description : Path to the source code of an application's component from where
65- to build image.
64+ description : Path to the source code of an application's component from where to build image.
6665 name : path-context
6766 type : string
6867 - default : Dockerfile
69- description : Path to the Dockerfile inside the context specified by parameter
70- path-context
68+ description : Path to the Dockerfile inside the context specified by parameter path-context
7169 name : dockerfile
7270 type : string
7371 - default : " false"
8785 name : prefetch-input
8886 type : string
8987 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 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.
9289 name : image-expires-after
9390 - default : " false"
9491 description : Build a source image.
@@ -107,8 +104,7 @@ spec:
107104 name : build-args-file
108105 type : string
109106 - default : " false"
110- description : Whether to enable privileged mode, should be used only with remote
111- VMs
107+ description : Whether to enable privileged mode, should be used only with remote VMs
112108 name : privileged-nested
113109 type : string
114110 results :
@@ -138,7 +134,7 @@ spec:
138134 - name : name
139135 value : init
140136 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
137+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
142138 - name : kind
143139 value : task
144140 resolver : bundles
@@ -159,7 +155,7 @@ spec:
159155 - name : name
160156 value : git-clone-oci-ta
161157 - name : bundle
162- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
158+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
163159 - name : kind
164160 value : task
165161 resolver : bundles
@@ -188,7 +184,7 @@ spec:
188184 - name : name
189185 value : prefetch-dependencies-oci-ta
190186 - name : bundle
191- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
187+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
192188 - name : kind
193189 value : task
194190 resolver : bundles
@@ -231,7 +227,7 @@ spec:
231227 - name : name
232228 value : buildah-oci-ta
233229 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
230+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
235231 - name : kind
236232 value : task
237233 resolver : bundles
@@ -260,7 +256,7 @@ spec:
260256 - name : name
261257 value : build-image-index
262258 - name : bundle
263- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
259+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
264260 - name : kind
265261 value : task
266262 resolver : bundles
@@ -272,19 +268,21 @@ spec:
272268 - name : build-source-image
273269 params :
274270 - name : BINARY_IMAGE
275- value : $(params.output -image)
271+ value : $(tasks.build -image-index.results.IMAGE_URL )
276272 - name : SOURCE_ARTIFACT
277273 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278274 - name : CACHI2_ARTIFACT
279275 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
276+ - name : BINARY_IMAGE_DIGEST
277+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
280278 runAfter :
281279 - build-image-index
282280 taskRef :
283281 params :
284282 - name : name
285283 value : source-build-oci-ta
286284 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
285+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
288286 - name : kind
289287 value : task
290288 resolver : bundles
@@ -310,7 +308,7 @@ spec:
310308 - name : name
311309 value : deprecated-image-check
312310 - name : bundle
313- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
311+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
314312 - name : kind
315313 value : task
316314 resolver : bundles
@@ -332,7 +330,7 @@ spec:
332330 - name : name
333331 value : clair-scan
334332 - name : bundle
335- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
333+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
336334 - name : kind
337335 value : task
338336 resolver : bundles
@@ -352,7 +350,7 @@ spec:
352350 - name : name
353351 value : ecosystem-cert-preflight-checks
354352 - name : bundle
355- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
353+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
356354 - name : kind
357355 value : task
358356 resolver : bundles
@@ -378,7 +376,7 @@ spec:
378376 - name : name
379377 value : sast-snyk-check-oci-ta
380378 - name : bundle
381- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
379+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
382380 - name : kind
383381 value : task
384382 resolver : bundles
@@ -400,7 +398,7 @@ spec:
400398 - name : name
401399 value : clamav-scan
402400 - name : bundle
403- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
401+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
404402 - name : kind
405403 value : task
406404 resolver : bundles
@@ -445,7 +443,7 @@ spec:
445443 - name : name
446444 value : sast-coverity-check-oci-ta
447445 - name : bundle
448- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
446+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
449447 - name : kind
450448 value : task
451449 resolver : bundles
@@ -466,7 +464,7 @@ spec:
466464 - name : name
467465 value : coverity-availability-check
468466 - name : bundle
469- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
467+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
470468 - name : kind
471469 value : task
472470 resolver : bundles
@@ -492,7 +490,7 @@ spec:
492490 - name : name
493491 value : sast-shell-check-oci-ta
494492 - name : bundle
495- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
493+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
496494 - name : kind
497495 value : task
498496 resolver : bundles
@@ -518,7 +516,7 @@ spec:
518516 - name : name
519517 value : sast-unicode-check-oci-ta
520518 - name : bundle
521- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
519+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
522520 - name : kind
523521 value : task
524522 resolver : bundles
@@ -529,19 +527,21 @@ spec:
529527 - " false"
530528 - name : apply-tags
531529 params :
532- - name : IMAGE
533- value : $(tasks.build-image-index.results.IMAGE_URL)
534530 - name : ADDITIONAL_TAGS
535531 value :
536532 - e2e_onpr_latest
533+ - name : IMAGE_URL
534+ value : $(tasks.build-image-index.results.IMAGE_URL)
535+ - name : IMAGE_DIGEST
536+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
537537 runAfter :
538538 - build-image-index
539539 taskRef :
540540 params :
541541 - name : name
542542 value : apply-tags
543543 - name : bundle
544- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
544+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
545545 - name : kind
546546 value : task
547547 resolver : bundles
@@ -564,7 +564,7 @@ spec:
564564 - name : name
565565 value : push-dockerfile-oci-ta
566566 - name : bundle
567- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
567+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
568568 - name : kind
569569 value : task
570570 resolver : bundles
@@ -581,7 +581,7 @@ spec:
581581 - name : name
582582 value : rpms-signature-scan
583583 - name : bundle
584- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
584+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
585585 - name : kind
586586 value : task
587587 resolver : bundles
0 commit comments