You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RHAIENG-948: remove UBI 9 repository injection across all Dockerfiles (#3020)
```
+ dnf install -y perl mesa-libGL skopeo gcc gcc-c++ make openssl-devel autoconf automake libtool cmake python3-devel pybind11-devel openblas-devel unixODBC-devel
Updating Subscription Management repositories.
Red Hat Universal Base Image 9 (RPMs) - BaseOS 1.4 MB/s | 433 kB 00:00
Red Hat Universal Base Image 9 (RPMs) - AppStre 6.4 MB/s | 2.2 MB 00:00
Red Hat Universal Base Image 9 (RPMs) - CodeRea 683 kB/s | 174 kB 00:00
Package mesa-libGL-24.2.8-3.el9_6.s390x is already installed.
Package skopeo-2:1.20.0-1.el9.s390x is already installed.
Package gcc-11.5.0-11.el9.s390x is already installed.
Error:
Problem: package mesa-dri-drivers-25.0.7-3.el9_7.s390x from ubi-9-appstream-rpms requires libLLVM.so.20.1()(64bit), but none of the providers can be installed
- package mesa-dri-drivers-25.0.7-3.el9_7.s390x from ubi-9-appstream-rpms requires libLLVM.so.20.1(LLVM_20.1)(64bit), but none of the providers can be installed
- cannot install both llvm-libs-20.1.8-3.el9.s390x from ubi-9-appstream-rpms and llvm-libs-19.1.7-2.el9.s390x from @System
- package mesa-libGL-25.0.7-3.el9_7.s390x from ubi-9-appstream-rpms requires libgallium-25.0.7.so()(64bit), but none of the providers can be installed
...
```
Copy file name to clipboardExpand all lines: codeserver/ubi9-python-3.12/Dockerfile.cpu
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
-
# External image alias for UBI repository configuration
7
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
-
9
6
####################
10
7
# rpm-base #
11
8
####################
@@ -18,11 +15,6 @@ WORKDIR /root
18
15
19
16
ENV HOME=/root
20
17
21
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
22
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
23
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
82
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
83
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
51
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
52
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,6 @@ WORKDIR /opt/app-root/bin
16
16
# OS Packages needs to be installed as root
17
17
USER 0
18
18
19
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
20
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
21
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ ARG TARGETARCH
5
5
#########################
6
6
ARG BASE_IMAGE
7
7
8
-
# External image alias for UBI repository configuration
9
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
10
-
11
8
####################
12
9
# cuda-base #
13
10
####################
@@ -18,11 +15,6 @@ WORKDIR /opt/app-root/bin
18
15
# OS Packages needs to be installed as root
19
16
USER 0
20
17
21
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
22
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
23
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
Copy file name to clipboardExpand all lines: jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
#########################
4
4
ARG BASE_IMAGE
5
5
6
-
# External image alias for UBI repository configuration
7
-
FROM registry.access.redhat.com/ubi9/ubi AS ubi-repos
8
-
9
6
####################
10
7
# rocm-base #
11
8
####################
@@ -16,11 +13,6 @@ WORKDIR /opt/app-root/bin
16
13
# OS Packages needs to be installed as root
17
14
USER 0
18
15
19
-
# Inject the official UBI 9 repository configuration into the AIPCC base image.
20
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
21
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
38
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
39
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
38
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
39
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
36
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
37
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
36
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
37
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
# Inject the official UBI 9 repository configuration into the AIPCC base image.
38
-
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.
39
-
# By copying ubi.repo from the public UBI 9 image, we enable package management for upgrades and installations.
0 commit comments