Skip to content

Commit 4856302

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 1d84593 commit 4856302

File tree

1 file changed

+34
-25
lines changed

1 file changed

+34
-25
lines changed

.tekton/docker-build.yaml

Lines changed: 34 additions & 25 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:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
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:569165278e3c85e3b897abad9f6d714d76be4b061f44f5f7614ed1c83ad117b4
173+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
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:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
197+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
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:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
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:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
237+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
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.6@sha256:c9eb4f18a14f4fab96add0028759af7aac21e42a93d3e098a5461de641a06f7f
294+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ef1c062b10c9fb17951350de76bce6bb54a4ea75fca4f37ea136d626c444bf78
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:3411aeecdf045f8e61532abb88c28b7479cb8372420ac713f1f6756aa8fa843a
323+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
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:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
349+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
346350
- name: kind
347351
value: task
348352
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:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
402+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
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:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
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
@@ -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:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
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)