mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-21 14:56:41 +00:00
With the new Ceph container-build process, the .repo files for DNF are removed. This means that the build containers can not install required dependencies anymore, like librados-devel and librbd-devel. By reinstalling the ceph-release package from the Ceph distribution server, the .repo files are restored and the required Ceph packages can be installed again. Signed-off-by: Niels de Vos <ndevos@ibm.com> (cherry picked from commit 21165dfc64b6c5abc3f85faf570f077b70dfc8ec)