Skip to content

Commit 7107a24

Browse files
Merge pull request containers#35 from openshift/konflux/references/main
chore(deps): update konflux references main
2 parents 0959b36 + bf57c06 commit 7107a24

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.tekton/openshift-mcp-server-pull-request.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ spec:
124124
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.
125125
name: build-platforms
126126
type: array
127+
- name: buildah-format
128+
default: docker
129+
type: string
130+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
127131
results:
128132
- description: ""
129133
name: IMAGE_URL
@@ -151,7 +155,7 @@ spec:
151155
- name: name
152156
value: init
153157
- name: bundle
154-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
158+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
155159
- name: kind
156160
value: task
157161
resolver: bundles
@@ -244,14 +248,16 @@ spec:
244248
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
245249
- name: IMAGE_APPEND_PLATFORM
246250
value: "true"
251+
- name: BUILDAH_FORMAT
252+
value: $(params.buildah-format)
247253
runAfter:
248254
- prefetch-dependencies
249255
taskRef:
250256
params:
251257
- name: name
252258
value: buildah-remote-oci-ta
253259
- name: bundle
254-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
260+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
255261
- name: kind
256262
value: task
257263
resolver: bundles
@@ -273,6 +279,8 @@ spec:
273279
- name: IMAGES
274280
value:
275281
- $(tasks.build-images.results.IMAGE_REF[*])
282+
- name: BUILDAH_FORMAT
283+
value: $(params.buildah-format)
276284
runAfter:
277285
- build-images
278286
taskRef:

.tekton/openshift-mcp-server-push.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ spec:
121121
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.
122122
name: build-platforms
123123
type: array
124+
- name: buildah-format
125+
default: docker
126+
type: string
127+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
124128
results:
125129
- description: ""
126130
name: IMAGE_URL
@@ -148,7 +152,7 @@ spec:
148152
- name: name
149153
value: init
150154
- name: bundle
151-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
155+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
152156
- name: kind
153157
value: task
154158
resolver: bundles
@@ -241,14 +245,16 @@ spec:
241245
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
242246
- name: IMAGE_APPEND_PLATFORM
243247
value: "true"
248+
- name: BUILDAH_FORMAT
249+
value: $(params.buildah-format)
244250
runAfter:
245251
- prefetch-dependencies
246252
taskRef:
247253
params:
248254
- name: name
249255
value: buildah-remote-oci-ta
250256
- name: bundle
251-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:a60e433e02bfda6811719690edbf1e924820d107ad658c8a9690498d4c7e9c7b
257+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
252258
- name: kind
253259
value: task
254260
resolver: bundles
@@ -270,6 +276,8 @@ spec:
270276
- name: IMAGES
271277
value:
272278
- $(tasks.build-images.results.IMAGE_REF[*])
279+
- name: BUILDAH_FORMAT
280+
value: $(params.buildah-format)
273281
runAfter:
274282
- build-images
275283
taskRef:

0 commit comments

Comments
 (0)