Skip to content

Commit 694b117

Browse files
[release-1.36] Update Konflux references to 526a104
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 0f3b8e1 commit 694b117

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.tekton/fbc-builder.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp: null
4+
creationTimestamp:
55
labels:
66
pipelines.openshift.io/runtime: fbc
77
pipelines.openshift.io/strategy: fbc
@@ -33,8 +33,7 @@ spec:
3333
- linux/arm64
3434
- linux/ppc64le
3535
- linux/s390x
36-
description: List of platforms to build the container images on. The available
37-
set of values is determined by the configuration of the multi-platform-controller.
36+
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.
3837
name: build-platforms
3938
type: array
4039
- default: "true"
@@ -56,13 +55,11 @@ spec:
5655
name: output-image
5756
type: string
5857
- default: .
59-
description: Path to the source code of an application's component from where
60-
to build image.
58+
description: Path to the source code of an application's component from where to build image.
6159
name: path-context
6260
type: string
6361
- default: Dockerfile
64-
description: Path to the Dockerfile inside the context specified by parameter
65-
path-context
62+
description: Path to the Dockerfile inside the context specified by parameter path-context
6663
name: dockerfile
6764
type: string
6865
- default: "false"
@@ -82,8 +79,7 @@ spec:
8279
name: prefetch-input
8380
type: string
8481
- default: ""
85-
description: Image tag expiration time, time values could be something like 1h,
86-
2d, 3w for hours, days, and weeks, respectively.
82+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8783
name: image-expires-after
8884
type: string
8985
- default: "true"
@@ -98,6 +94,10 @@ spec:
9894
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
9995
name: build-args-file
10096
type: string
97+
- name: buildah-format
98+
default: oci
99+
type: string
100+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
101101
results:
102102
- description: ""
103103
name: IMAGE_URL
@@ -144,7 +144,7 @@ spec:
144144
- name: name
145145
value: init
146146
- name: bundle
147-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
147+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
148148
- name: kind
149149
value: task
150150
resolver: bundles
@@ -235,6 +235,8 @@ spec:
235235
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
236236
- name: IMAGE_APPEND_PLATFORM
237237
value: "true"
238+
- name: BUILDAH_FORMAT
239+
value: $(params.buildah-format)
238240
runAfter:
239241
- clone-repository
240242
taskRef:
@@ -264,6 +266,8 @@ spec:
264266
- name: IMAGES
265267
value:
266268
- $(tasks.build-images.results.IMAGE_REF[*])
269+
- name: BUILDAH_FORMAT
270+
value: $(params.buildah-format)
267271
runAfter:
268272
- build-images
269273
taskRef:

0 commit comments

Comments
 (0)