Problem: Foreman-Docker plugin installation failed.
Operate System: Debian Buster, CentOS 8
Expected outcome:
root@debian-foreman:/etc/ansible# apt-cache madison ruby-foreman-docker
ruby-foreman-docker | 4.1.1-1 | http://deb.theforeman.org plugins/3.0 amd64 Packages
root@debian-foreman:/etc/ansible# apt-get install ruby-foreman-docker=4.1.1-1
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ruby-foreman-docker : Depends: foreman-compute (>= 1.15.0~rc1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Foreman and Proxy versions: 3.0
The foreman docker plugin depends on foreman-compute. But the Foreman 3.0 breaks the foreman-compute. So how can I install the foreman-docker plugin successfully?