Skip to content

Commit b2d6bf0

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 8eb061e commit b2d6bf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.tekton/docker-build.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ spec:
105105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106106
name: build-args-file
107107
type: string
108+
- default: "false"
109+
description: Whether to enable privileged mode, should be used only with remote
110+
VMs
111+
name: privileged-nested
112+
type: string
108113
results:
109114
- description: ""
110115
name: IMAGE_URL
@@ -264,6 +269,8 @@ spec:
264269
- $(params.build-args[*])
265270
- name: BUILD_ARGS_FILE
266271
value: $(params.build-args-file)
272+
- name: PRIVILEGED_NESTED
273+
value: $(params.privileged-nested)
267274
- name: SOURCE_ARTIFACT
268275
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269276
- name: CACHI2_ARTIFACT

0 commit comments

Comments
 (0)