Skip to content

Commit 76ed73f

Browse files
authored
Merge pull request #128 from red-hat-data-services/moulalis-patch-6
Update increase timeout
2 parents e401f63 + c7d997e commit 76ed73f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.tekton/training-py311-rocm62-torch251-push.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ spec:
117117
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
118118
name: build-args-file
119119
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
120125
- default:
121126
- linux/x86_64
122127
description: List of platforms to build the container images on. The available
@@ -216,6 +221,7 @@ spec:
216221
- name: PLATFORM
217222
value:
218223
- $(params.build-platforms)
224+
name: build-images
219225
params:
220226
- name: IMAGE
221227
value: $(params.output-image)
@@ -251,7 +257,7 @@ spec:
251257
- name: name
252258
value: buildah-remote-oci-ta
253259
- 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
255261
- name: kind
256262
value: task
257263
resolver: bundles

0 commit comments

Comments
 (0)