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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman --cache-from should work soon #30

Closed
manics opened this issue Jul 26, 2022 · 0 comments · Fixed by #70
Closed

podman --cache-from should work soon #30

manics opened this issue Jul 26, 2022 · 0 comments · Fixed by #70

Comments

@manics
Copy link
Owner

manics commented Jul 26, 2022

Currently a no-op

# podman --cache-from is a NOOP
if cache_from:
cmdargs.extend(["--cache-from", ",".join(cache_from)])

But it should work soon:
containers/buildah#4118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant