Skip to content

Commit 78091e4

Browse files
[release-v1.18] Update Konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 4f63c85 commit 78091e4

File tree

1 file changed

+38
-29
lines changed

1 file changed

+38
-29
lines changed

.tekton/docker-build.yaml

Lines changed: 38 additions & 29 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: enable-cache-proxy
109+
default: 'false'
110+
description: Enable cache proxy configuration
111+
type: string
114112
results:
115113
- description: ""
116114
name: IMAGE_URL
@@ -144,7 +142,7 @@ spec:
144142
- name: name
145143
value: sast-snyk-check-oci-ta
146144
- name: bundle
147-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
145+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
148146
- name: kind
149147
value: task
150148
resolver: bundles
@@ -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:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
173+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:36207773434bfad80fc3991d3ccca409d8429dbf5974c4dcd8d54145235b4b7b
176174
- name: kind
177175
value: task
178176
resolver: bundles
@@ -196,7 +194,7 @@ spec:
196194
- name: name
197195
value: apply-tags
198196
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
197+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
200198
- name: kind
201199
value: task
202200
resolver: bundles
@@ -208,12 +206,14 @@ spec:
208206
value: $(params.rebuild)
209207
- name: skip-checks
210208
value: $(params.skip-checks)
209+
- name: enable-cache-proxy
210+
value: $(params.enable-cache-proxy)
211211
taskRef:
212212
params:
213213
- name: name
214214
value: init
215215
- name: bundle
216-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
216+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
217217
- name: kind
218218
value: task
219219
resolver: bundles
@@ -234,7 +234,7 @@ spec:
234234
- name: name
235235
value: git-clone-oci-ta
236236
- name: bundle
237-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
237+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
238238
- name: kind
239239
value: task
240240
resolver: bundles
@@ -280,14 +280,18 @@ spec:
280280
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
281281
- name: IMAGE_APPEND_PLATFORM
282282
value: "true"
283+
- name: HTTP_PROXY
284+
value: $(tasks.init.results.http-proxy)
285+
- name: NO_PROXY
286+
value: $(tasks.init.results.no-proxy)
283287
runAfter:
284288
- prefetch-dependencies
285289
taskRef:
286290
params:
287291
- name: name
288292
value: buildah-remote-oci-ta
289293
- name: bundle
290-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
294+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:d8b2cd0bd3f8e3fdcafe4aebfee59f3f2fcbca78ef31f9c5dd8ecd781cd02636
291295
- name: kind
292296
value: task
293297
resolver: bundles
@@ -316,7 +320,7 @@ spec:
316320
- name: name
317321
value: build-image-index
318322
- name: bundle
319-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
323+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
320324
- name: kind
321325
value: task
322326
resolver: bundles
@@ -342,7 +346,7 @@ spec:
342346
- name: name
343347
value: source-build-oci-ta
344348
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
349+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
346350
- name: kind
347351
value: task
348352
resolver: bundles
@@ -368,7 +372,7 @@ spec:
368372
- name: name
369373
value: deprecated-image-check
370374
- name: bundle
371-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
375+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
372376
- name: kind
373377
value: task
374378
resolver: bundles
@@ -377,7 +381,12 @@ spec:
377381
operator: in
378382
values:
379383
- "false"
380-
- name: clair-scan
384+
- matrix:
385+
params:
386+
- name: image-platform
387+
value:
388+
- $(params.build-platforms)
389+
name: clair-scan
381390
params:
382391
- name: image-digest
383392
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -390,7 +399,7 @@ spec:
390399
- name: name
391400
value: clair-scan
392401
- name: bundle
393-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
402+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:7c2a32de9021f16f6e8df08a55f539f12e00ea4d96f6fb37f9ea04167032c61f
394403
- name: kind
395404
value: task
396405
resolver: bundles
@@ -410,7 +419,7 @@ spec:
410419
- name: name
411420
value: ecosystem-cert-preflight-checks
412421
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
422+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
414423
- name: kind
415424
value: task
416425
resolver: bundles
@@ -437,7 +446,7 @@ spec:
437446
- name: name
438447
value: clamav-scan
439448
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
449+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
441450
- name: kind
442451
value: task
443452
resolver: bundles
@@ -463,7 +472,7 @@ spec:
463472
- name: name
464473
value: sast-shell-check-oci-ta
465474
- name: bundle
466-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
475+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
467476
- name: kind
468477
value: task
469478
resolver: bundles
@@ -489,7 +498,7 @@ spec:
489498
- name: name
490499
value: sast-unicode-check-oci-ta
491500
- name: bundle
492-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
501+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
493502
- name: kind
494503
value: task
495504
resolver: bundles
@@ -517,7 +526,7 @@ spec:
517526
- name: name
518527
value: push-dockerfile-oci-ta
519528
- name: bundle
520-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
529+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
521530
- name: kind
522531
value: task
523532
resolver: bundles

0 commit comments

Comments
 (0)