centos – ubi8 docker image missing packages

I am experimenting the ubi8 as a migration from centos 7 to ubi8 for rhel linux distribution.

Not sure if I miss something, but the ubi-8-appstream-rpms and ubi-8-baseos-rpms seem missing a lot of packages.

Here is my repolist result (I added epel through yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm)

[root@d796bdad05f8 ~]# dnf repolist enabled
Updating Subscription Management repositories.
Unable to read consumer identity
Subscription Manager is operating in container mode.

This system is not registered with an entitlement server. You can use subscription-manager to register.

repo id                                                     repo name
epel                                                        Extra Packages for Enterprise Linux 8 - aarch64
ubi-8-appstream-rpms                                        Red Hat Universal Base Image 8 (RPMs) - AppStream
ubi-8-baseos-rpms                                           Red Hat Universal Base Image 8 (RPMs) - BaseOS
ubi-8-codeready-builder-rpms                                Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder

I was trying to install bison but I can download it through yum install bison, but has No match for argument: bison-devel\n Error: Unable to find a match: bison-devel; however, there is bison distribution for rhel 8 under centos appstream here

I am wondering if I can add centos 8 appstream to ubi8 repolist?

Read more here: Source link