bgp / bgpq4

BGP Filter generator
https://github.com/bgp/bgpq4
BSD 2-Clause "Simplified" License
303 stars 43 forks source link

Work around broken Docker image by Rocky Linux (until CentOS 7 is EOL) #114

Closed robert-scheck closed 6 months ago

robert-scheck commented 6 months ago

As pointed out by @job, docker.io/rockylinux/rockylinux:9 doesn't ship yum currently. After talking to Rocky Linux folks, it seems to be accidentially caused when updating the docker image to Rocky Linux 9.4 after switching from imagefactory to kiwi as image builder. Given we still support CentOS 7 (which reaches EOL at 2024-06-30), I added a not so nice workaround for the next two months. After EOL of CentOS 7, I will suggest to switch from yum to dnf, because yum is anyway just a wrapper to dnf since RHEL/CentOS/Rocky Linux 8 (and in Fedora even longer).