You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/vllm-cuda-odh-poc-push.yaml
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,8 @@ spec:
39
39
value: true
40
40
- name: clone-depth
41
41
value: "2147483647"
42
-
- name: build-platforms
43
-
value:
44
-
- linux-extra-fast/amd64
42
+
- name: build-platform
43
+
value: linux-extra-fast/amd64
45
44
pipelineSpec:
46
45
description: |
47
46
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -124,10 +123,9 @@ spec:
124
123
VMs
125
124
name: privileged-nested
126
125
type: string
127
-
- name: build-platforms
128
-
default:
129
-
- linux-extra-fast/amd64
130
-
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.
126
+
- name: build-platform
127
+
default: linux-extra-fast/amd64
128
+
description: Platform to build the container image on. The available set of values is determined by the configuration of the multi-platform-controller.
131
129
- description: Fetch all tags for the repo
132
130
name: fetch-git-tags
133
131
type: string
@@ -136,6 +134,10 @@ spec:
136
134
name: clone-depth
137
135
type: string
138
136
default: "1"
137
+
- default: "does-not-exist"
138
+
description: Kubernetes secret to mount into build, see https://www.redhat.com/en/blog/sensitive-data-containers
0 commit comments