File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ spec:
117
117
description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
118
118
name : build-args-file
119
119
type : string
120
+ - default : " false"
121
+ description : Whether to enable privileged mode, should be used only with remote
122
+ VMs
123
+ name : privileged-nested
124
+ type : string
120
125
- default :
121
126
- linux/x86_64
122
127
description : List of platforms to build the container images on. The available
@@ -216,6 +221,7 @@ spec:
216
221
- name : PLATFORM
217
222
value :
218
223
- $(params.build-platforms)
224
+ name : build-images
219
225
params :
220
226
- name : IMAGE
221
227
value : $(params.output-image)
@@ -251,7 +257,7 @@ spec:
251
257
- name : name
252
258
value : buildah-remote-oci-ta
253
259
- name : bundle
254
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:2466d6f8787363825fea838598e91ece2c80e063796613a5c13b28ab690dfbb2
260
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote- oci-ta:0.4@sha256:b9e92097becdb770689ed554b67e5fe9017576af252f317db51aba68d8894523
255
261
- name : kind
256
262
value : task
257
263
resolver : bundles
You can’t perform that action at this time.
0 commit comments