containers / conmon

An OCI container runtime monitor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package in COPR repo out of date for EL8

CameronNemo opened this issue · comments

I followed the instructions to add the podman-next repository on Rocky 8, but I ran into an apparent issue. Podman requires a newer version of conmon than is available in the podman-next repo.

https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/package/conmon/

[ ~]$ sudo dnf install podman
Copr repo for podman-next owned by rhcontainerbot                                                                                             5.9 kB/s | 1.8 kB     00:00    
Error: 
 Problem: package podman-102:4.5.0.rc1-1.20230717152901717273.main.1102.gc6f8de8a4.x86_64 requires conmon >= 2:2.1.7-2, but none of the providers can be installed
  - cannot install the best candidate for the job
  - package conmon-3:2.1.6-1.module+el8.8.0+1265+fa25dd7a.x86_64 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[ ~]$ sudo dnf install --nobest podman
runner_gitlab-runner                                                                                                                          2.2 kB/s | 1.0 kB     00:00    
Error: 
 Problem: conflicting requests
  - package podman-102:4.5.0.rc1-1.20230704072542672429.main.953.g5c302db50.x86_64 requires conmon >= 2:2.1.7-2, but none of the providers can be installed
[ ~]$ sudo dnf install conmon
Last metadata expiration check: 0:02:03 ago on Mon 17 Jul 2023 03:24:07 PM PDT.
Dependencies resolved.
==============================================================================================================================================================================
 Package                    Architecture               Version                            Repository                                                                     Size
==============================================================================================================================================================================
Installing:
 conmon                     x86_64                     2:2.1.5-2.el8                      copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next                      59 k

Feel free to move this issue as necessary. I looked around and couldn't find any project that fit better from my POV.

@lsm5 WDYT?

@CameronNemo thanks for the report. The conmon we were building there is from a now EOL version of fedora. I'm switching to rebuild it from fedora rawhide. I'll update here once the build is ready.

@CameronNemo conmon 2:2.1.7 is ready https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/build/6198352/ . Please refresh your dnf repos and retry.

Closing. Please reopen if issue persists.