-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS -> Rocky? #207
Comments
@neomantra do you have any plan to upgrade CentOS to Rocky? |
Hi @zhuizhuhaomeng @karai17 I was wondering what the future of RH/CentOS/Fedora would be and it was clear that Centos8 is dead. I am not in that community so have no idea... So is Rocky Linux what seems to be replacing CentOS going forward? I'm not opposed to Rocky Linux, I just don't know myself and don't want to have to support many CentOS variants here. |
Yes, Rocky is the de facto replacement for CentOS. It was even started by the same person who started CentOS back in the day~ RHEL and Fedora themselves are unchanged, but CentOS is sadly dead and Rocky was created and funded explicitly to take its place. |
Thanks for that information. I'll get this going. Does it make sense to archive the |
For postarity, I'd probaby archive |
Actually, not that my memory is refreshed, the different CentOS variants (like Amazon Linux) are handled with build flags on the This is what it looks like to DIY (change
I will add this flavor and push to CI/CD today. |
Cool, thanks! Yeah it looks like One of the big differences between the variants is that they host their own software repos. openresty:centos correctly updated at some point to use the centos vault, but rocky et al host repos with continued support a la RHEL. I was getting the error in my OP because i had not rebuilt my base image before extending it and so I was trying to pull from the centos repos that no longer existed. rebuilding my image fixed that, but being stuck on software from 2021-12-31 is certainly not ideal. |
@karai17 I am doing the Can you try building your derived image from |
Aye, rebuilding fixed my original issue. My stale image was trying to pull from the non-vaulted repo which no longer exists. |
RE: using fedora instead of centos as the base Why not use the actual rockylinux dockerfile as the base instead of fedora? |
There doesn't need to be a specific "rockylinux" Dockerfile because the differences between |
Available now as image: |
This is released now: |
With CentOS 8 EOL, is there any consideration to migrate the CentOS 8 docker images over to Rocky Linux? Rocky is meant to be a drop-in replacement for CentOS and they also have official Docker images.
https://hub.docker.com/r/rockylinux/rockylinux
I bring this up because I am suddenly getting errors when trying to create a new docker image using
openresty/openresty:centos
as a base.Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
The text was updated successfully, but these errors were encountered: