-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(runner): add ubuntu 24.04 support #3598
base: master
Are you sure you want to change the base?
Conversation
Plz merge :-) |
+1 |
Who can review and approve this please? @rentziass |
This is stale since 13.Jun... close or merge it plz :-) Has anyone of the project recognized this? For example @nikola-jokic or @rentziass as active committers of this project? Thank you for any comment |
Github hosted runner's ubuntu 24.04 is GA and being migrated into ubuntu-latest, and I think we need to follow this. Can anyone review and merge this PR? |
+1 |
Please can we get this merged? |
I know that the summerwind runner is the "old" version and community supported, but if that means that the github team is blocking cummunity updates then something is seriously wrong here. @mumoshu @toast-gear @rentziass |
+1 |
+1 — Is there any plan/expectation to get this done? GitHub has now migrated |
any plans to merge this? |
This PR supports Ubuntu 24.04 runners.
Ubuntu 24.04 is officially released. We need the latest Ubuntu distribution binaries to build our systems. Especially, when using
buildah
, due to differences inbuildah
's binary version, there are some features that are difficult to use during the build process (making not to use the distribution binary). like: redhat-actions/buildah-build#116.The Ubuntu 24.04 image is based on the 22.04 image. I was able to build and utilize the runner image without any additional manipulation. However, more rigorous testing may be needed.
Given that the Ubuntu 24.04 image is based on the 22.04 image, it seems possible to write code to recycle the 22.04 Dockerfile.