Skip to content

Commit ddf8633

Browse files
Update Konflux references to abf231c
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4079fec commit ddf8633

File tree

52 files changed

+442
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+442
-70
lines changed

.tekton/cma-fbc-4-20-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
- name: name
147147
value: init
148148
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
149+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
150150
- name: kind
151151
value: task
152152
resolver: bundles

.tekton/cma-fbc-4-20-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
- name: name
144144
value: init
145145
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
147147
- name: kind
148148
value: task
149149
resolver: bundles

.tekton/cma-fbc-stage-4-12-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
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.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ''
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,6 +236,8 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: 'true'
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- clone-repository
237243
taskRef:
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

.tekton/cma-fbc-stage-4-12-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ spec:
112112
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.
113113
name: build-platforms
114114
type: array
115+
- name: buildah-format
116+
default: docker
117+
type: string
118+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
115119
results:
116120
- description: ''
117121
name: IMAGE_URL
@@ -139,7 +143,7 @@ spec:
139143
- name: name
140144
value: init
141145
- name: bundle
142-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
143147
- name: kind
144148
value: task
145149
resolver: bundles
@@ -230,6 +234,8 @@ spec:
230234
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
231235
- name: IMAGE_APPEND_PLATFORM
232236
value: 'true'
237+
- name: BUILDAH_FORMAT
238+
value: $(params.buildah-format)
233239
runAfter:
234240
- clone-repository
235241
taskRef:
@@ -259,6 +265,8 @@ spec:
259265
- name: IMAGES
260266
value:
261267
- $(tasks.build-images.results.IMAGE_REF[*])
268+
- name: BUILDAH_FORMAT
269+
value: $(params.buildah-format)
262270
runAfter:
263271
- build-images
264272
taskRef:

.tekton/cma-fbc-stage-4-13-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
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.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ''
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,6 +236,8 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: 'true'
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- clone-repository
237243
taskRef:
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

.tekton/cma-fbc-stage-4-13-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ spec:
112112
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.
113113
name: build-platforms
114114
type: array
115+
- name: buildah-format
116+
default: docker
117+
type: string
118+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
115119
results:
116120
- description: ''
117121
name: IMAGE_URL
@@ -139,7 +143,7 @@ spec:
139143
- name: name
140144
value: init
141145
- name: bundle
142-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
143147
- name: kind
144148
value: task
145149
resolver: bundles
@@ -230,6 +234,8 @@ spec:
230234
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
231235
- name: IMAGE_APPEND_PLATFORM
232236
value: 'true'
237+
- name: BUILDAH_FORMAT
238+
value: $(params.buildah-format)
233239
runAfter:
234240
- clone-repository
235241
taskRef:
@@ -259,6 +265,8 @@ spec:
259265
- name: IMAGES
260266
value:
261267
- $(tasks.build-images.results.IMAGE_REF[*])
268+
- name: BUILDAH_FORMAT
269+
value: $(params.buildah-format)
262270
runAfter:
263271
- build-images
264272
taskRef:

.tekton/cma-fbc-stage-4-14-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ spec:
116116
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.
117117
name: build-platforms
118118
type: array
119+
- name: buildah-format
120+
default: docker
121+
type: string
122+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
119123
results:
120124
- description: ''
121125
name: IMAGE_URL
@@ -143,7 +147,7 @@ spec:
143147
- name: name
144148
value: init
145149
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
150+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
147151
- name: kind
148152
value: task
149153
resolver: bundles
@@ -234,6 +238,8 @@ spec:
234238
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235239
- name: IMAGE_APPEND_PLATFORM
236240
value: 'true'
241+
- name: BUILDAH_FORMAT
242+
value: $(params.buildah-format)
237243
runAfter:
238244
- clone-repository
239245
taskRef:
@@ -263,6 +269,8 @@ spec:
263269
- name: IMAGES
264270
value:
265271
- $(tasks.build-images.results.IMAGE_REF[*])
272+
- name: BUILDAH_FORMAT
273+
value: $(params.buildah-format)
266274
runAfter:
267275
- build-images
268276
taskRef:

.tekton/cma-fbc-stage-4-14-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
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.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ''
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,6 +236,8 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: 'true'
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- clone-repository
237243
taskRef:
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

.tekton/cma-fbc-stage-4-15-pull-request.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ spec:
116116
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.
117117
name: build-platforms
118118
type: array
119+
- name: buildah-format
120+
default: docker
121+
type: string
122+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
119123
results:
120124
- description: ''
121125
name: IMAGE_URL
@@ -143,7 +147,7 @@ spec:
143147
- name: name
144148
value: init
145149
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
150+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
147151
- name: kind
148152
value: task
149153
resolver: bundles
@@ -234,6 +238,8 @@ spec:
234238
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235239
- name: IMAGE_APPEND_PLATFORM
236240
value: 'true'
241+
- name: BUILDAH_FORMAT
242+
value: $(params.buildah-format)
237243
runAfter:
238244
- clone-repository
239245
taskRef:
@@ -263,6 +269,8 @@ spec:
263269
- name: IMAGES
264270
value:
265271
- $(tasks.build-images.results.IMAGE_REF[*])
272+
- name: BUILDAH_FORMAT
273+
value: $(params.buildah-format)
266274
runAfter:
267275
- build-images
268276
taskRef:

.tekton/cma-fbc-stage-4-15-push.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
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.
115115
name: build-platforms
116116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
117121
results:
118122
- description: ''
119123
name: IMAGE_URL
@@ -141,7 +145,7 @@ spec:
141145
- name: name
142146
value: init
143147
- name: bundle
144-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
145149
- name: kind
146150
value: task
147151
resolver: bundles
@@ -232,6 +236,8 @@ spec:
232236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233237
- name: IMAGE_APPEND_PLATFORM
234238
value: 'true'
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
235241
runAfter:
236242
- clone-repository
237243
taskRef:
@@ -261,6 +267,8 @@ spec:
261267
- name: IMAGES
262268
value:
263269
- $(tasks.build-images.results.IMAGE_REF[*])
270+
- name: BUILDAH_FORMAT
271+
value: $(params.buildah-format)
264272
runAfter:
265273
- build-images
266274
taskRef:

0 commit comments

Comments
 (0)