Skip to content

Commit 1443a97

Browse files
[release-v1.16] Update Konflux references (#295)
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 da71173 commit 1443a97

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

.tekton/docker-build.yaml

Lines changed: 23 additions & 21 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: generic
77
pipelines.openshift.io/strategy: docker
@@ -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: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -46,8 +45,7 @@ spec:
4645
name: build-source-image
4746
type: string
4847
- default: "false"
49-
description: 'Enable in-development package managers. WARNING: the behavior may
50-
change at any time without notice. Use at your own risk.'
48+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149
name: prefetch-input-dev-package-managers
5250
- default: []
5351
description: Additional image tags
@@ -64,13 +62,11 @@ spec:
6462
name: output-image
6563
type: string
6664
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6966
name: path-context
7067
type: string
7168
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7470
name: dockerfile
7571
type: string
7672
- default: "false"
@@ -90,8 +86,7 @@ spec:
9086
name: prefetch-input
9187
type: string
9288
- default: ""
93-
description: Image tag expiration time, time values could be something like 1h,
94-
2d, 3w for hours, days, and weeks, respectively.
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9590
name: image-expires-after
9691
type: string
9792
- default: "true"
@@ -107,10 +102,13 @@ spec:
107102
name: build-args-file
108103
type: string
109104
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
105+
description: Whether to enable privileged mode, should be used only with remote VMs
112106
name: privileged-nested
113107
type: string
108+
- name: buildah-format
109+
default: docker
110+
type: string
111+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
114112
results:
115113
- description: ""
116114
name: IMAGE_URL
@@ -172,7 +170,7 @@ spec:
172170
- name: name
173171
value: prefetch-dependencies-oci-ta
174172
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d08e349032c57367d543c0bbd070386709614ade1db8e5eddeab29b1338f6653
173+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
176174
- name: kind
177175
value: task
178176
resolver: bundles
@@ -213,7 +211,7 @@ spec:
213211
- name: name
214212
value: init
215213
- name: bundle
216-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
214+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
217215
- name: kind
218216
value: task
219217
resolver: bundles
@@ -234,7 +232,7 @@ spec:
234232
- name: name
235233
value: git-clone-oci-ta
236234
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:efcce59f226b1426f7685917e41a50b73478f38fe9ac56c98f1e961effd4b6f0
235+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
238236
- name: kind
239237
value: task
240238
resolver: bundles
@@ -280,14 +278,16 @@ spec:
280278
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
281279
- name: IMAGE_APPEND_PLATFORM
282280
value: "true"
281+
- name: BUILDAH_FORMAT
282+
value: $(params.buildah-format)
283283
runAfter:
284284
- prefetch-dependencies
285285
taskRef:
286286
params:
287287
- name: name
288288
value: buildah-remote-oci-ta
289289
- name: bundle
290-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:7ff1a2e486924478e7724005464d60dab9a85e2ae4734818057ece3845797509
290+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
291291
- name: kind
292292
value: task
293293
resolver: bundles
@@ -309,14 +309,16 @@ spec:
309309
- name: IMAGES
310310
value:
311311
- $(tasks.build-images.results.IMAGE_REF[*])
312+
- name: BUILDAH_FORMAT
313+
value: $(params.buildah-format)
312314
runAfter:
313315
- build-images
314316
taskRef:
315317
params:
316318
- name: name
317319
value: build-image-index
318320
- name: bundle
319-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
321+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
320322
- name: kind
321323
value: task
322324
resolver: bundles
@@ -342,7 +344,7 @@ spec:
342344
- name: name
343345
value: source-build-oci-ta
344346
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a54c27a0d8f913c787755422a09c4561971b506a043d872b5b07af8123ef0f41
347+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
346348
- name: kind
347349
value: task
348350
resolver: bundles
@@ -368,7 +370,7 @@ spec:
368370
- name: name
369371
value: deprecated-image-check
370372
- name: bundle
371-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
373+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
372374
- name: kind
373375
value: task
374376
resolver: bundles
@@ -517,7 +519,7 @@ spec:
517519
- name: name
518520
value: push-dockerfile-oci-ta
519521
- name: bundle
520-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:06529ba66b37bdc1f55590359aa849bc570b4e9c110c983e27f07081dc09a12b
522+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
521523
- name: kind
522524
value: task
523525
resolver: bundles

.tekton/docker-java-build.yaml

Lines changed: 21 additions & 23 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: generic
77
pipelines.openshift.io/strategy: docker
@@ -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: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -46,8 +45,7 @@ spec:
4645
name: build-source-image
4746
type: string
4847
- default: "false"
49-
description: 'Enable in-development package managers. WARNING: the behavior may
50-
change at any time without notice. Use at your own risk.'
48+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149
name: prefetch-input-dev-package-managers
5250
- default: []
5351
description: Additional image tags
@@ -64,13 +62,11 @@ spec:
6462
name: output-image
6563
type: string
6664
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6966
name: path-context
7067
type: string
7168
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7470
name: dockerfile
7571
type: string
7672
- default: "false"
@@ -90,8 +86,7 @@ spec:
9086
name: prefetch-input
9187
type: string
9288
- default: ""
93-
description: Image tag expiration time, time values could be something like 1h,
94-
2d, 3w for hours, days, and weeks, respectively.
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9590
name: image-expires-after
9691
type: string
9792
- default: "true"
@@ -107,10 +102,13 @@ spec:
107102
name: build-args-file
108103
type: string
109104
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
105+
description: Whether to enable privileged mode, should be used only with remote VMs
112106
name: privileged-nested
113107
type: string
108+
- name: buildah-format
109+
default: docker
110+
type: string
111+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
114112
results:
115113
- description: ""
116114
name: IMAGE_URL
@@ -164,7 +162,7 @@ spec:
164162
- name: name
165163
value: buildah-remote-oci-ta
166164
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:7ff1a2e486924478e7724005464d60dab9a85e2ae4734818057ece3845797509
165+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
168166
- name: kind
169167
value: task
170168
resolver: bundles
@@ -193,7 +191,7 @@ spec:
193191
- name: name
194192
value: build-image-index
195193
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
194+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
197195
- name: kind
198196
value: task
199197
resolver: bundles
@@ -244,7 +242,7 @@ spec:
244242
- name: name
245243
value: buildah-remote-oci-ta
246244
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:7ff1a2e486924478e7724005464d60dab9a85e2ae4734818057ece3845797509
245+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
248246
- name: kind
249247
value: task
250248
resolver: bundles
@@ -300,7 +298,7 @@ spec:
300298
- name: name
301299
value: prefetch-dependencies-oci-ta
302300
- name: bundle
303-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d08e349032c57367d543c0bbd070386709614ade1db8e5eddeab29b1338f6653
301+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
304302
- name: kind
305303
value: task
306304
resolver: bundles
@@ -341,7 +339,7 @@ spec:
341339
- name: name
342340
value: init
343341
- name: bundle
344-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
342+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
345343
- name: kind
346344
value: task
347345
resolver: bundles
@@ -362,7 +360,7 @@ spec:
362360
- name: name
363361
value: git-clone-oci-ta
364362
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:efcce59f226b1426f7685917e41a50b73478f38fe9ac56c98f1e961effd4b6f0
363+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
366364
- name: kind
367365
value: task
368366
resolver: bundles
@@ -394,7 +392,7 @@ spec:
394392
- name: name
395393
value: build-image-index
396394
- name: bundle
397-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
395+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
398396
- name: kind
399397
value: task
400398
resolver: bundles
@@ -420,7 +418,7 @@ spec:
420418
- name: name
421419
value: source-build-oci-ta
422420
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a54c27a0d8f913c787755422a09c4561971b506a043d872b5b07af8123ef0f41
421+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
424422
- name: kind
425423
value: task
426424
resolver: bundles
@@ -446,7 +444,7 @@ spec:
446444
- name: name
447445
value: deprecated-image-check
448446
- name: bundle
449-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
447+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
450448
- name: kind
451449
value: task
452450
resolver: bundles
@@ -595,7 +593,7 @@ spec:
595593
- name: name
596594
value: push-dockerfile-oci-ta
597595
- name: bundle
598-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:06529ba66b37bdc1f55590359aa849bc570b4e9c110c983e27f07081dc09a12b
596+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
599597
- name: kind
600598
value: task
601599
resolver: bundles

0 commit comments

Comments
 (0)