CentOS 8 EOL
See original GitHub issue@lest, @britcey, looks like CentOS 8 has reached EOL and AppStream repository is no longer working (“CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021.”):
# docker run --rm -i -t ghcr.io/lest/centos-rpm-builder:8 bash
[root@5ab259768a81 rpmbuild]# dnf update -v
Failed to set locale, defaulting to C.UTF-8
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync
DNF version: 4.2.7
cachedir: /var/cache/dnf
repo: downloading from remote: AppStream
CentOS-8 - AppStream 17 B/s | 38 B 00:02
Cannot download 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=AppStream&infra=container': Cannot prepare internal mirrorlist: No URLs in mirrorlist.
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root@5ab259768a81 rpmbuild]# curl 'http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=AppStream&infra=container'
Invalid release/repo/arch combination
Any suggestions how to proceed from here? We can either use CentOS Stream or any of other RHEL clones, I’ve replaced CentOS with Oracle Linux quite successfully at the company currently I’m working for.
Until this is resolved, I guess all our builds will fail.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
CentOS Linux EOL
CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021. Here's what that means. In line with the EOL of...
Read more >CentOS Linux 8 is about to die. What do you do next? - ZDNet
On December 31, 2021, Red Hat's CentOS Linux 8 will reach End Of Life (EOL). Since that falls right in the heart of...
Read more >CentOS 8 is end-of-life: Now what? - Puppet
Not only did CentOS 8 go end-of-life, but the latest updates have been archived to the CentOS vault, removing the packages from mirrors....
Read more >Moving Forward After CentOS 8 EOL - The Hacker News
From Dec 31, 2021 CentOS 8 will become increasingly vulnerable to security threats – and so would any workload that runs on CentOS...
Read more >CentOS - endoflife.date
The project has announced that work on CentOS Linux 8 will cease at the end of 2021. More information is available on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lest it is possible to resolve this issue? Actually we stale for a weeks, even for CentOS 7 builds
Not sure if it makes much sense to build packages on multiple distributions, our RPMs are basically statically linked binaries with standard systemd/defaults files, they should work on any distribution that supports RPMs and systemd.