Well, it indeed seems a bug - to enable 'Mageia 10' repos on cauldron system.
Initially I was not sure if it was my mistake during upgrade procedure. But I see same issue with cauldron docker image. If I try to use it with 'distrobox', the container setup fails with exact error.
To check I downloaded the rootfs.tar.xz and checked the repo files and the mageia (10) repos are enabled!
- Code: Select all
[sv@vbox cauldron-docker-img]$ grep -E "enabled=1" etc/yum.repos.d/*.repo
etc/yum.repos.d/cauldron-x86_64.repo:enabled=1
etc/yum.repos.d/cauldron-x86_64.repo:enabled=1
etc/yum.repos.d/mageia-x86_64.repo:enabled=1
etc/yum.repos.d/mageia-x86_64.repo:enabled=1
[sv@vbox cauldron-docker-img]$
Checking /etc/yum.repos.d/mageia-x86_64.repo, we see
- Code: Select all
[mageia-x86_64]
name=Mageia $releasever - x86_64
#baseurl=https://mirrors.kernel.org/mageia/distrib/$releasever/x86_64/media/core/release/
#metalink=https://mirrors.mageia.org/metalink?distrib=mageia-$releasever&arch=x86_64§ion=core&repo=release
mirrorlist=https://www.mageia.org/mirrorlist/?release=$releasever&arch=x86_64§ion=core&repo=release
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Mageia
fastestmirror=1
enabled=1
[updates-x86_64]
name=Mageia $releasever - x86_64 - Updates
#baseurl=https://mirrors.kernel.org/mageia/distrib/$releasever/x86_64/media/core/updates/
#metalink=https://mirrors.mageia.org/metalink?distrib=mageia-$releasever&arch=x86_64§ion=core&repo=updates
mirrorlist=https://www.mageia.org/mirrorlist/?release=$releasever&arch=x86_64§ion=core&repo=updates
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Mageia
fastestmirror=1
enabled=1
I disabled the two, rebuilt the docker image locally and with this image, distrobox container setup finished and was able to use the container.