actions-runner-controller icon indicating copy to clipboard operation
actions-runner-controller copied to clipboard

feat(runner): add ubuntu 24.04 support

Open HoKim98 opened this issue 8 months ago • 5 comments

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 in buildah's binary version, there are some features that are difficult to use during the build process (making not to use the distribution binary). like: https://github.com/redhat-actions/buildah-build/issues/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.

HoKim98 avatar Jun 13 '24 19:06 HoKim98