Skip to content

Commit 7cc5a79

Browse files
authored
Merge pull request opendatahub-io#2263 from atheo89/multiplatform
Make cuda base images available for amd and arm archs
2 parents fcfd021 + 4213e1a commit 7cc5a79

6 files changed

+18
-3
lines changed

.tekton/odh-base-image-cuda-py311-c9s-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/c9s-python-3.11/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py311-c9s-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ spec:
2525
value: quay.io/opendatahub/odh-base-image-cuda-py311-c9s:{{revision}}
2626
- name: dockerfile
2727
value: base-images/cuda/12.6/c9s-python-3.11/Dockerfile.cuda
28+
- name: build-platforms
29+
value:
30+
- linux/x86_64
31+
- linux/arm64
2832
- name: path-context
2933
value: .
3034
- name: additional-tags
3135
value:
3236
- '{{target_branch}}-{{revision}}'
3337
- v12.6
3438
pipelineRef:
35-
name: singlearch-push-pipeline
39+
name: multiarch-pull-request-pipeline
3640
taskRunTemplate:
3741
serviceAccountName: build-pipeline-odh-base-image-cuda-py311-c9s-poc
3842
workspaces:

.tekton/odh-base-image-cuda-py312-c9s-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py312-c9s-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ spec:
2626
value: quay.io/opendatahub/odh-base-image-cuda-py312-c9s:{{revision}}
2727
- name: dockerfile
2828
value: base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
2933
- name: path-context
3034
value: .
3135
- name: additional-tags
3236
value:
3337
- '{{target_branch}}-{{revision}}'
3438
- v12.6
3539
pipelineRef:
36-
name: singlearch-push-pipeline
40+
name: multiarch-pull-request-pipeline
3741
taskRunTemplate:
3842
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
3943
workspaces:

.tekton/odh-base-image-cuda-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:
3636
- name: build-platforms
3737
value:
3838
- linux/x86_64
39+
- linux/arm64
3940
- name: dockerfile
4041
value: base-images/cuda/12.6/ubi9-python-3.12/Dockerfile.cuda
4142
- name: path-context

.tekton/odh-base-image-cuda-py312-ubi9-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ spec:
2626
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:{{revision}}
2727
- name: dockerfile
2828
value: base-images/cuda/12.6/ubi9-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
2933
- name: path-context
3034
value: .
3135
- name: additional-tags
3236
value:
3337
- '{{target_branch}}-{{revision}}'
3438
- v12.6
3539
pipelineRef:
36-
name: singlearch-push-pipeline
40+
name: multiarch-pull-request-pipeline
3741
taskRunTemplate:
3842
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
3943
workspaces:

0 commit comments

Comments
 (0)