File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,11 @@ spec:
105
105
description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106
106
name : build-args-file
107
107
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
108
113
results :
109
114
- description : " "
110
115
name : IMAGE_URL
@@ -264,6 +269,8 @@ spec:
264
269
- $(params.build-args[*])
265
270
- name : BUILD_ARGS_FILE
266
271
value : $(params.build-args-file)
272
+ - name : PRIVILEGED_NESTED
273
+ value : $(params.privileged-nested)
267
274
- name : SOURCE_ARTIFACT
268
275
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269
276
- name : CACHI2_ARTIFACT
@@ -457,6 +464,8 @@ spec:
457
464
- " false"
458
465
- name : sast-unicode-check
459
466
params :
467
+ - name : image-digest
468
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
460
469
- name : image-url
461
470
value : $(tasks.build-image-index.results.IMAGE_URL)
462
471
- name : SOURCE_ARTIFACT
You can’t perform that action at this time.
0 commit comments