Replies: 1 comment
-
For GitHub Actions, you can use Ubuntu 24.04 , which has
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I need some help with a situation I am stuck on, actually I want to install buildah on a base image of github actions arc runner which is Ubuntu 22.04 distribution
My dockerfile looks like
But like this it installs buildah 1.23.
I checked the ubuntu package repository seems like it only has 1.23.1+ds1-2
https://packages.ubuntu.com/jammy/buildah
I want to install buildah release > 1.28. How can I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions