Skip to content

Commit 553bcab

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 6d26bd1 commit 553bcab

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

.tekton/docker-build.yaml

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp:
54
labels:
65
pipelines.openshift.io/runtime: generic
76
pipelines.openshift.io/strategy: docker
@@ -19,7 +18,8 @@ spec:
1918
- linux/arm64
2019
- linux/ppc64le
2120
- linux/s390x
22-
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.
21+
description: List of platforms to build the container images on. The available
22+
set of values is determined by the configuration of the multi-platform-controller.
2323
name: build-platforms
2424
type: array
2525
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -31,7 +31,8 @@ spec:
3131
name: build-source-image
3232
type: string
3333
- default: "false"
34-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
34+
description: 'Enable in-development package managers. WARNING: the behavior may
35+
change at any time without notice. Use at your own risk.'
3536
name: prefetch-input-dev-package-managers
3637
- default: []
3738
description: Additional image tags
@@ -48,11 +49,13 @@ spec:
4849
name: output-image
4950
type: string
5051
- default: .
51-
description: Path to the source code of an application's component from where to build image.
52+
description: Path to the source code of an application's component from where
53+
to build image.
5254
name: path-context
5355
type: string
5456
- default: Dockerfile
55-
description: Path to the Dockerfile inside the context specified by parameter path-context
57+
description: Path to the Dockerfile inside the context specified by parameter
58+
path-context
5659
name: dockerfile
5760
type: string
5861
- default: "false"
@@ -72,17 +75,22 @@ spec:
7275
name: prefetch-input
7376
type: string
7477
- default: ""
75-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
78+
description: Image tag expiration time, time values could be something like 1h,
79+
2d, 3w for hours, days, and weeks, respectively.
7680
name: image-expires-after
7781
type: string
7882
- default: "true"
7983
description: Add built image into an OCI image index
8084
name: build-image-index
8185
type: string
8286
- default: docker
83-
description: The format for the resulting image's mediaType. Valid values are oci or docker.
87+
description: The format for the resulting image's mediaType. Valid values are
88+
oci or docker.
8489
name: buildah-format
8590
type: string
91+
- default: "false"
92+
description: Enable cache proxy configuration
93+
name: enable-cache-proxy
8694
- default: []
8795
description: Array of --build-arg values ("arg=value" strings) for buildah
8896
name: build-args
@@ -92,13 +100,10 @@ spec:
92100
name: build-args-file
93101
type: string
94102
- default: "false"
95-
description: Whether to enable privileged mode, should be used only with remote VMs
103+
description: Whether to enable privileged mode, should be used only with remote
104+
VMs
96105
name: privileged-nested
97106
type: string
98-
- name: enable-cache-proxy
99-
default: 'false'
100-
description: Enable cache proxy configuration
101-
type: string
102107
results:
103108
- description: ""
104109
name: IMAGE_URL
@@ -268,16 +273,16 @@ spec:
268273
value: $(tasks.clone-repository.results.url)
269274
- name: BUILDAH_FORMAT
270275
value: $(params.buildah-format)
276+
- name: HTTP_PROXY
277+
value: $(tasks.init.results.http-proxy)
278+
- name: NO_PROXY
279+
value: $(tasks.init.results.no-proxy)
271280
- name: SOURCE_ARTIFACT
272281
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
273282
- name: CACHI2_ARTIFACT
274283
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
275284
- name: IMAGE_APPEND_PLATFORM
276285
value: "true"
277-
- name: HTTP_PROXY
278-
value: $(tasks.init.results.http-proxy)
279-
- name: NO_PROXY
280-
value: $(tasks.init.results.no-proxy)
281286
runAfter:
282287
- prefetch-dependencies
283288
taskRef:
@@ -544,7 +549,7 @@ spec:
544549
- name: name
545550
value: rpms-signature-scan
546551
- name: bundle
547-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:da66f14b1a3f2c2ec1e02a3183941ee4230ea4ac4a36515342c97bdb2fe905e0
552+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c02429b45145fc7f2b1fa94ec2f48c0d8ac203fd4385796b4c93e5d0dec967f8
548553
- name: kind
549554
value: task
550555
resolver: bundles

0 commit comments

Comments
 (0)