-
Notifications
You must be signed in to change notification settings - Fork 35
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
[BUG] invalid mount type "cache" #116
Comments
This is issue with base ubuntu image :/ https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md and old package in ubuntu repos: https://packages.ubuntu.com/jammy/devel/ :/ |
It'd be generally nice to give the option within this repository to install the latest buildah (maybe pinned version?) from sources |
This was added to buildah/podman 2+ years ago, it's pretty unfortunate the version of buildah is so our of date |
Using Ubuntu 24.04 would resolve the issue out of the box. It currently supports buildah |
Version
Describe the bug
Current version of the buildah in the release is
1.23.1
. I suspect ubuntu repos/package was out of date during release as it has to be there, but it was not 🤷Feature for
--mount=type=cache
was merged and released inv1.28.2
Bellow fails:
Steps to reproduce, workflow links, screenshots
Would be good to cut maintenance release to bump buildah version.
The text was updated successfully, but these errors were encountered: