opencontainers / runc

CLI tool for spawning and running containers according to the OCI specification
https://www.opencontainers.org/
Apache License 2.0
11.78k stars 2.1k forks source link

ci: workaround for centos stream 8 being EOLed #4304

Closed kolyshkin closed 3 months ago

kolyshkin commented 3 months ago

CS8 is EOL. As a temp workaround, fix repo URLs to point to vault.

AkihiroSuda commented 3 months ago

DCO check is hanging 🤔

thaJeztah commented 3 months ago

DCO check is hanging 🤔

Oh, I saw someone else mention that for another repository; perhaps some outage on GitHub?

Do we need to keep the stream-8, or should we just remove it? (Or is it purely an approximation for "RHEL 8" here?)

AkihiroSuda commented 3 months ago

Do we need to keep the stream-8, or should we just remove it? (Or is it purely an approximation for "RHEL 8" here?)

Let's keep it for now, this is an approximation for Rocky/Alma/Oracle Linux 8 too.

thaJeztah commented 3 months ago

Yeah, probably ok for now; CentOS 7 will be EOL soon as well (but IIRC, so will RHEL 7, so ..)

For the DCO check; looks like it's currently broken; also running into that in other repositories now 😞

thaJeztah commented 3 months ago

DCO ticket;

AkihiroSuda commented 3 months ago

Let's merge this to unblock other PRs