Skip to content

Commit 8add80d

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent db6fe42 commit 8add80d

File tree

4 files changed

+157
-119
lines changed

4 files changed

+157
-119
lines changed

.tekton/rosa-cli-e2e-test-pull-request.yaml

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && '{{pull_request_title}}'.startsWith("e2e_trigger_")
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: rh-rosa-cli
1515
appstudio.openshift.io/component: rosa-cli-e2e-test
@@ -44,7 +44,7 @@ spec:
4444
- name: name
4545
value: show-sbom
4646
- name: bundle
47-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4848
- name: kind
4949
value: task
5050
resolver: bundles
@@ -60,13 +60,11 @@ spec:
6060
name: output-image
6161
type: string
6262
- default: .
63-
description: Path to the source code of an application's component from where
64-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6564
name: path-context
6665
type: string
6766
- default: Dockerfile
68-
description: Path to the Dockerfile inside the context specified by parameter
69-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7068
name: dockerfile
7169
type: string
7270
- default: "false"
@@ -86,8 +84,7 @@ spec:
8684
name: prefetch-input
8785
type: string
8886
- default: ""
89-
description: Image tag expiration time, time values could be something like
90-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9188
name: image-expires-after
9289
- default: "false"
9390
description: Build a source image.
@@ -106,10 +103,13 @@ spec:
106103
name: build-args-file
107104
type: string
108105
- default: "false"
109-
description: Whether to enable privileged mode, should be used only with remote
110-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
111107
name: privileged-nested
112108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
113113
results:
114114
- description: ""
115115
name: IMAGE_URL
@@ -137,7 +137,7 @@ spec:
137137
- name: name
138138
value: init
139139
- name: bundle
140-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
141141
- name: kind
142142
value: task
143143
resolver: bundles
@@ -158,7 +158,7 @@ spec:
158158
- name: name
159159
value: git-clone-oci-ta
160160
- name: bundle
161-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
161+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
162162
- name: kind
163163
value: task
164164
resolver: bundles
@@ -187,7 +187,7 @@ spec:
187187
- name: name
188188
value: prefetch-dependencies-oci-ta
189189
- name: bundle
190-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
190+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0503f9313dfe70e4defda88a7226ec91a74af42198dccfa3280397d965aa16d6
191191
- name: kind
192192
value: task
193193
resolver: bundles
@@ -223,14 +223,16 @@ spec:
223223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
224224
- name: CACHI2_ARTIFACT
225225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
226228
runAfter:
227229
- prefetch-dependencies
228230
taskRef:
229231
params:
230232
- name: name
231233
value: buildah-oci-ta
232234
- name: bundle
233-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
235+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:220bb6f39de7ab7d0ee0606c84623889e4141f2d216f519ffafc7252355bd174
234236
- name: kind
235237
value: task
236238
resolver: bundles
@@ -252,14 +254,16 @@ spec:
252254
- name: IMAGES
253255
value:
254256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
255259
runAfter:
256260
- build-container
257261
taskRef:
258262
params:
259263
- name: name
260264
value: build-image-index
261265
- name: bundle
262-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
266+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d4c07e29fbd9a7bdcec58b2ad15b656316f935a9009ea387adcb413aa3cd8ecd
263267
- name: kind
264268
value: task
265269
resolver: bundles
@@ -271,19 +275,21 @@ spec:
271275
- name: build-source-image
272276
params:
273277
- name: BINARY_IMAGE
274-
value: $(params.output-image)
278+
value: $(tasks.build-image-index.results.IMAGE_URL)
275279
- name: SOURCE_ARTIFACT
276280
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
277281
- name: CACHI2_ARTIFACT
278282
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
283+
- name: BINARY_IMAGE_DIGEST
284+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
279285
runAfter:
280286
- build-image-index
281287
taskRef:
282288
params:
283289
- name: name
284290
value: source-build-oci-ta
285291
- name: bundle
286-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
292+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
287293
- name: kind
288294
value: task
289295
resolver: bundles
@@ -309,7 +315,7 @@ spec:
309315
- name: name
310316
value: deprecated-image-check
311317
- name: bundle
312-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
318+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
313319
- name: kind
314320
value: task
315321
resolver: bundles
@@ -331,7 +337,7 @@ spec:
331337
- name: name
332338
value: clair-scan
333339
- name: bundle
334-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
340+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
335341
- name: kind
336342
value: task
337343
resolver: bundles
@@ -351,7 +357,7 @@ spec:
351357
- name: name
352358
value: ecosystem-cert-preflight-checks
353359
- name: bundle
354-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
360+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
355361
- name: kind
356362
value: task
357363
resolver: bundles
@@ -377,7 +383,7 @@ spec:
377383
- name: name
378384
value: sast-snyk-check-oci-ta
379385
- name: bundle
380-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
386+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
381387
- name: kind
382388
value: task
383389
resolver: bundles
@@ -399,7 +405,7 @@ spec:
399405
- name: name
400406
value: clamav-scan
401407
- name: bundle
402-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
408+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
403409
- name: kind
404410
value: task
405411
resolver: bundles
@@ -444,7 +450,7 @@ spec:
444450
- name: name
445451
value: sast-coverity-check-oci-ta
446452
- name: bundle
447-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
453+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
448454
- name: kind
449455
value: task
450456
resolver: bundles
@@ -465,7 +471,7 @@ spec:
465471
- name: name
466472
value: coverity-availability-check
467473
- name: bundle
468-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
474+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
469475
- name: kind
470476
value: task
471477
resolver: bundles
@@ -491,7 +497,7 @@ spec:
491497
- name: name
492498
value: sast-shell-check-oci-ta
493499
- name: bundle
494-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
500+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
495501
- name: kind
496502
value: task
497503
resolver: bundles
@@ -517,7 +523,7 @@ spec:
517523
- name: name
518524
value: sast-unicode-check-oci-ta
519525
- name: bundle
520-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
526+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
521527
- name: kind
522528
value: task
523529
resolver: bundles
@@ -528,19 +534,21 @@ spec:
528534
- "false"
529535
- name: apply-tags
530536
params:
531-
- name: IMAGE
532-
value: $(tasks.build-image-index.results.IMAGE_URL)
533537
- name: ADDITIONAL_TAGS
534538
value:
535539
- e2e_onpr_latest
540+
- name: IMAGE_URL
541+
value: $(tasks.build-image-index.results.IMAGE_URL)
542+
- name: IMAGE_DIGEST
543+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
536544
runAfter:
537545
- build-image-index
538546
taskRef:
539547
params:
540548
- name: name
541549
value: apply-tags
542550
- name: bundle
543-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
551+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
544552
- name: kind
545553
value: task
546554
resolver: bundles
@@ -563,7 +571,7 @@ spec:
563571
- name: name
564572
value: push-dockerfile-oci-ta
565573
- name: bundle
566-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
574+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
567575
- name: kind
568576
value: task
569577
resolver: bundles
@@ -580,7 +588,7 @@ spec:
580588
- name: name
581589
value: rpms-signature-scan
582590
- name: bundle
583-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
591+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
584592
- name: kind
585593
value: task
586594
resolver: bundles

0 commit comments

Comments
 (0)