Skip to content

Commit 6b19ee6

Browse files
[release-v1.17] Update Konflux references (#2009)
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 5f0b24c commit 6b19ee6

File tree

2 files changed

+52
-54
lines changed

2 files changed

+52
-54
lines changed

.tekton/docker-build.yaml

Lines changed: 25 additions & 26 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,8 +102,7 @@ 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
114108
results:
@@ -144,7 +138,7 @@ spec:
144138
- name: name
145139
value: sast-snyk-check-oci-ta
146140
- name: bundle
147-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
141+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
148142
- name: kind
149143
value: task
150144
resolver: bundles
@@ -172,7 +166,7 @@ spec:
172166
- name: name
173167
value: prefetch-dependencies-oci-ta
174168
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
169+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
176170
- name: kind
177171
value: task
178172
resolver: bundles
@@ -196,7 +190,7 @@ spec:
196190
- name: name
197191
value: apply-tags
198192
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
193+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
200194
- name: kind
201195
value: task
202196
resolver: bundles
@@ -213,7 +207,7 @@ spec:
213207
- name: name
214208
value: init
215209
- name: bundle
216-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
210+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
217211
- name: kind
218212
value: task
219213
resolver: bundles
@@ -234,7 +228,7 @@ spec:
234228
- name: name
235229
value: git-clone-oci-ta
236230
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
231+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
238232
- name: kind
239233
value: task
240234
resolver: bundles
@@ -287,7 +281,7 @@ spec:
287281
- name: name
288282
value: buildah-remote-oci-ta
289283
- name: bundle
290-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
284+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
291285
- name: kind
292286
value: task
293287
resolver: bundles
@@ -316,7 +310,7 @@ spec:
316310
- name: name
317311
value: build-image-index
318312
- name: bundle
319-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
313+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
320314
- name: kind
321315
value: task
322316
resolver: bundles
@@ -342,7 +336,7 @@ spec:
342336
- name: name
343337
value: source-build-oci-ta
344338
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
339+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
346340
- name: kind
347341
value: task
348342
resolver: bundles
@@ -368,7 +362,7 @@ spec:
368362
- name: name
369363
value: deprecated-image-check
370364
- name: bundle
371-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
365+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
372366
- name: kind
373367
value: task
374368
resolver: bundles
@@ -377,7 +371,12 @@ spec:
377371
operator: in
378372
values:
379373
- "false"
380-
- name: clair-scan
374+
- matrix:
375+
params:
376+
- name: image-platform
377+
value:
378+
- $(params.build-platforms)
379+
name: clair-scan
381380
params:
382381
- name: image-digest
383382
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -390,7 +389,7 @@ spec:
390389
- name: name
391390
value: clair-scan
392391
- name: bundle
393-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
392+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
394393
- name: kind
395394
value: task
396395
resolver: bundles
@@ -410,7 +409,7 @@ spec:
410409
- name: name
411410
value: ecosystem-cert-preflight-checks
412411
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
412+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
414413
- name: kind
415414
value: task
416415
resolver: bundles
@@ -517,7 +516,7 @@ spec:
517516
- name: name
518517
value: push-dockerfile-oci-ta
519518
- name: bundle
520-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
519+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
521520
- name: kind
522521
value: task
523522
resolver: bundles

.tekton/docker-java-build.yaml

Lines changed: 27 additions & 28 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,8 +102,7 @@ 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
114108
results:
@@ -164,7 +158,7 @@ spec:
164158
- name: name
165159
value: buildah-remote-oci-ta
166160
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
161+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
168162
- name: kind
169163
value: task
170164
resolver: bundles
@@ -193,7 +187,7 @@ spec:
193187
- name: name
194188
value: build-image-index
195189
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
190+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
197191
- name: kind
198192
value: task
199193
resolver: bundles
@@ -244,7 +238,7 @@ spec:
244238
- name: name
245239
value: buildah-remote-oci-ta
246240
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
241+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
248242
- name: kind
249243
value: task
250244
resolver: bundles
@@ -272,7 +266,7 @@ spec:
272266
- name: name
273267
value: sast-snyk-check-oci-ta
274268
- name: bundle
275-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
269+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
276270
- name: kind
277271
value: task
278272
resolver: bundles
@@ -300,7 +294,7 @@ spec:
300294
- name: name
301295
value: prefetch-dependencies-oci-ta
302296
- name: bundle
303-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
297+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
304298
- name: kind
305299
value: task
306300
resolver: bundles
@@ -324,7 +318,7 @@ spec:
324318
- name: name
325319
value: apply-tags
326320
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
321+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
328322
- name: kind
329323
value: task
330324
resolver: bundles
@@ -341,7 +335,7 @@ spec:
341335
- name: name
342336
value: init
343337
- name: bundle
344-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
338+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
345339
- name: kind
346340
value: task
347341
resolver: bundles
@@ -362,7 +356,7 @@ spec:
362356
- name: name
363357
value: git-clone-oci-ta
364358
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
359+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
366360
- name: kind
367361
value: task
368362
resolver: bundles
@@ -394,7 +388,7 @@ spec:
394388
- name: name
395389
value: build-image-index
396390
- name: bundle
397-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
391+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
398392
- name: kind
399393
value: task
400394
resolver: bundles
@@ -420,7 +414,7 @@ spec:
420414
- name: name
421415
value: source-build-oci-ta
422416
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
417+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
424418
- name: kind
425419
value: task
426420
resolver: bundles
@@ -446,7 +440,7 @@ spec:
446440
- name: name
447441
value: deprecated-image-check
448442
- name: bundle
449-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
443+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
450444
- name: kind
451445
value: task
452446
resolver: bundles
@@ -455,7 +449,12 @@ spec:
455449
operator: in
456450
values:
457451
- "false"
458-
- name: clair-scan
452+
- matrix:
453+
params:
454+
- name: image-platform
455+
value:
456+
- $(params.build-platforms)
457+
name: clair-scan
459458
params:
460459
- name: image-digest
461460
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -468,7 +467,7 @@ spec:
468467
- name: name
469468
value: clair-scan
470469
- name: bundle
471-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
470+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
472471
- name: kind
473472
value: task
474473
resolver: bundles
@@ -488,7 +487,7 @@ spec:
488487
- name: name
489488
value: ecosystem-cert-preflight-checks
490489
- name: bundle
491-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
490+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
492491
- name: kind
493492
value: task
494493
resolver: bundles
@@ -595,7 +594,7 @@ spec:
595594
- name: name
596595
value: push-dockerfile-oci-ta
597596
- name: bundle
598-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
597+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
599598
- name: kind
600599
value: task
601600
resolver: bundles

0 commit comments

Comments
 (0)