ceph / go-ceph

Go bindings for Ceph :octopus: :octopus: :octopus:
MIT License
611 stars 251 forks source link

containers: work around centos 8 stream getting archived #995

Closed phlogistonjohn closed 4 months ago

phlogistonjohn commented 4 months ago

The centos 8 stream distribution is now EOL and the yum repo mirrors are now offline. However, our CI is designed to test older released versions of ceph where the container images are still using centos 8 stream. Borrow and adapt a line from the ceph-csi project in order to use the centos 8 archives (vault) until either we stop testing these versions of ceph or the ceph project changes the base distro for these release versions.

Infra only change

phlogistonjohn commented 4 months ago

I observe that the jobs that were failing yesterday have gotten past the package updates and were actually running the go test suites. Therefore I think the workaround is functioning as intended.