Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] invalid mount type "cache" #116

Open
mjudeikis opened this issue Dec 22, 2022 · 3 comments
Open

[BUG] invalid mount type "cache" #116

mjudeikis opened this issue Dec 22, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@mjudeikis
Copy link

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 in v1.28.2

Bellow fails:

RUN --mount=type=cache,target=/go/pkg/mod \
    go mod download

Steps to reproduce, workflow links, screenshots

Would be good to cut maintenance release to bump buildah version.

@mjudeikis mjudeikis added the bug Something isn't working label Dec 22, 2022
@mjudeikis
Copy link
Author

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/ :/

@vincepri
Copy link

It'd be generally nice to give the option within this repository to install the latest buildah (maybe pinned version?) from sources

yrro added a commit to yrro/hitron-exporter that referenced this issue Feb 2, 2023
@pseudo-su
Copy link

This was added to buildah/podman 2+ years ago, it's pretty unfortunate the version of buildah is so our of date

containers/podman#12062 (comment)
containers/buildah#3574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants