Skip to content

Commit b10a63d

Browse files
authored
RHOAIENG-38630: update RHEL base images and architectures for rstudio configurations (#1694)
https://issues.redhat.com/browse/RHOAIENG-38630 Go to https://console.redhat.com/insights/connector/activation-keys * Red Hat Enterprise Linux 9 for ARM 64 - AppStream - Extended Update Support (RPMs) (`rhel-9-for-aarch64-appstream-eus-rpms`) Then at a minimum https://konflux.pages.redhat.com/docs/users/building/activation-keys-subscription.html#automatic-registration sudo subscription-manger refresh ``` [2/3] STEP 6/10: RUN /bin/bash <<'EOF' (set -Eeuxo pipefail...) + dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setopt=install_weak_deps=0 --setopt=keepcache=0 Red Hat Enterprise Linux 9 for x86_64 - AppStre 6.5 kB/s | 473 B 00:00 Errors during downloading metadata for repository 'rhel-9-for-x86_64-appstream-eus-rpms': - Status code: 403 for https://cdn.redhat.com/content/eus/rhel9/9.6/x86_64/appstream/os/repodata/repomd.xml (IP: 23.60.144.251) Error: Failed to download metadata for repo 'rhel-9-for-x86_64-appstream-eus-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Error: building at STEP "RUN /bin/bash <<'EOF'": while running runtime: exit status 1 ```
1 parent 09a7235 commit b10a63d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# Base Image : CentOS Stream 9 with Python 3.12
2-
# Architectures: linux/arm64, linux/x86_64
3-
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cpu-py312-c9s:latest
1+
# Base Image : RHEL 9.6 with Python 3.12
2+
# Architectures: linux/arm64, linux/ppc64le, linux/x86_64, linux/s360x
3+
# Source : https://quay.io/repository/aipcc/base-images/cpu
4+
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.1-1762903336
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Base Image : CentOS Stream 9 with Python 3.12
1+
# Base Image : RHEL 9.6 with Python 3.12
22
# CUDA Version : 12.8.1
33
# Architectures: linux/arm64, linux/x86_64
4-
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-c9s:v12.8
4+
# Source : https://quay.io/repository/aipcc/base-images/cuda
5+
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.1-1762903318

0 commit comments

Comments
 (0)