Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MariaDB-client can't be installed with official red hat ubi9 docker container
tested with MariaDB-client-10.6.15-1.el9.x86_64
#7 74.52 Problem: cannot install the best candidate for the job |
#7 74.52 - nothing provides libpmem.so.1()(64bit) needed by MariaDB-client-10.6.15-1.el9.x86_64 from mariadb-main |
#7 74.52 - nothing provides libpmem.so.1(LIBPMEM_1.0)(64bit) needed by MariaDB-client-10.6.15-1.el9.x86_64 from mariadb-main |
to reproduce:
docker run -it --name ubi92 registry.access.redhat.com/ubi9/ubi
|
|
|
in docker:
|
|
|
yum install wget
|
|
|
wget https://r.mariadb.com/downloads/mariadb_repo_setup |
|
|
chmod +x mariadb_repo_setup
|
|
|
./mariadb_repo_setup --skip-check-installed --mariadb-server-version="mariadb-10.6" |
|
yum install MariaDB-client
|