Skip to content

Commit 03722e0

Browse files
authored
Merge pull request #1636 from atheo89/fix-config-r
Add BASE_IMAGE as buildArg for the builds configs and remove the aipcc bases as we got unauthorized access
2 parents 5910f3c + 581c033 commit 03722e0

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

manifests/base/cuda-rstudio-buildconfig.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ spec:
4747
type: Docker
4848
dockerStrategy:
4949
dockerfilePath: "rstudio/rhel9-python-3.12/Dockerfile.cuda"
50+
buildArgs:
51+
- name: BASE_IMAGE
52+
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
5053
noCache: true
5154
volumes:
5255
- name: secret-mvn

manifests/base/rstudio-buildconfig.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ spec:
4444
type: Docker
4545
dockerStrategy:
4646
dockerfilePath: "rstudio/rhel9-python-3.12/Dockerfile.cpu"
47+
buildArgs:
48+
- name: BASE_IMAGE
49+
value: registry.redhat.io/rhel9/python-312:latest
4750
volumes:
4851
- name: secret-mvn
4952
source:
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Base Image : RHEL 9.6 with Python 3.12
1+
# Base Image : UBI 9 with Python 3.12
22
# Architectures: linux/arm64, linux/x86_64
3-
# Source : https://quay.io/repository/aipcc/base-images/cpu
4-
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.0-1758182126
3+
BASE_IMAGE=registry.redhat.io/rhel9/python-312:latest
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Base Image : RHEL 9.6 with Python 3.12
1+
# Base Image : UBI 9 with Python 3.12
22
# CUDA Version : 12.8.1
33
# Architectures: linux/arm64, linux/x86_64
4-
# Source : https://quay.io/repository/aipcc/base-images/cuda
5-
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1758181710
4+
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8

0 commit comments

Comments
 (0)