Skip to content

Commit 878f047

Browse files
committed
add build arg file
1 parent d2e75d2 commit 878f047

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-poc-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
value: rstudio/rhel9-python-3.12/Dockerfile.cpu.konflux
2929
- name: path-context
3030
value: .
31+
- name: build-args-file
32+
value: rstudio/rhel9-python-3.12/build-args/cpu.conf
3133
pipelineSpec:
3234
description: |
3335
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-poc-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
value: rstudio/rhel9-python-3.12/Dockerfile.cuda.konflux
2929
- name: path-context
3030
value: .
31+
- name: build-args-file
32+
value: rstudio/rhel9-python-3.12/build-args/cuda.conf
3133
pipelineSpec:
3234
description: |
3335
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)