Skip to content

Commit 126553b

Browse files
[release-1.36] Update Konflux references (#3831)
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 0f3b8e1 commit 126553b

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.tekton/fbc-builder.yaml

Lines changed: 17 additions & 13 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:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
148148
- name: kind
149149
value: task
150150
resolver: bundles
@@ -165,7 +165,7 @@ spec:
165165
- name: name
166166
value: git-clone-oci-ta
167167
- name: bundle
168-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
168+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
169169
- name: kind
170170
value: task
171171
resolver: bundles
@@ -235,14 +235,16 @@ 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:
241243
params:
242244
- name: name
243245
value: buildah-remote-oci-ta
244246
- name: bundle
245-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
247+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
246248
- name: kind
247249
value: task
248250
resolver: bundles
@@ -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:
@@ -365,7 +369,7 @@ spec:
365369
- name: name
366370
value: fbc-fips-check-oci-ta
367371
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:46fad72e5586eb7a772d97b2ceac10cf088851ea9eeef16aaa104d5d80dac50a
372+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:286eff4264fc502de7be64d77fee8cc17a44b13174c2bc1618cef40677cb53e6
369373
- name: kind
370374
value: task
371375
resolver: bundles

0 commit comments

Comments
 (0)