Skip to content

Commit 6077139

Browse files
committed
RHAIENG-1069: Build the RStudio RPM from source instead of using their prebuilt package.
During an early build step called rpm-builder, the source code is downloaded and all build instructions provided by RStudio are followed to produce an .rpm file. Later, the RStudio RPM is copied and installed into the AIPCC image.
1 parent b10a63d commit 6077139

6 files changed

+794
-4
lines changed

.tekton/odh-workbench-rstudio-minimal-cpu-py312-rhel9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
value:
4040
- linux/x86_64
4141
- name: dockerfile
42-
value: rstudio/rhel9-python-3.12/Dockerfile.cpu
42+
value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cpu
4343
- name: path-context
4444
value: .
4545
- name: build-args-file

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: output-image
3030
value: quay.io/opendatahub/odh-workbench-rstudio-minimal-cpu-py312-rhel9:{{revision}}
3131
- name: dockerfile
32-
value: rstudio/rhel9-python-3.12/Dockerfile.cpu
32+
value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cpu
3333
- name: build-args-file
3434
value: rstudio/rhel9-python-3.12/build-args/cpu.conf
3535
- name: path-context

.tekton/odh-workbench-rstudio-minimal-cuda-py312-rhel9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
value:
4040
- linux/x86_64
4141
- name: dockerfile
42-
value: rstudio/rhel9-python-3.12/Dockerfile.cuda
42+
value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cuda
4343
- name: path-context
4444
value: .
4545
- name: build-args-file

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: output-image
3030
value: quay.io/opendatahub/odh-workbench-rstudio-minimal-cuda-py312-rhel9:{{revision}}
3131
- name: dockerfile
32-
value: rstudio/rhel9-python-3.12/Dockerfile.cuda
32+
value: rstudio/rhel9-python-3.12/Dockerfile.konflux.cuda
3333
- name: build-args-file
3434
value: rstudio/rhel9-python-3.12/build-args/cuda.conf
3535
- name: path-context

0 commit comments

Comments
 (0)