-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Image build cache not working through podman listening service #12378
Comments
@stac47 I think its because we use additional Does it happen same with |
@stac47 Could you try above PR please. |
Question 1: with |
By chance, do you know how that problem could be worked around with the podman 3.x series ? |
We hope to do a 3.5 release at some point, so this might be a candidate for that or a podman 3.4.3 release. |
This got backported in v3.4.3. I had the issue with Podman 3.0.1 shipped by Debian Bullseye while using |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Building the same image through the podman API server does not make usage of the build cache
Steps to reproduce the issue:
Describe the results you received:
Subsequent builds of the same image don't use the build cache
Describe the results you expected:
I would have expected the same behaviour as docker/podman build: it would reuse the build cache.
Or:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes. This problem is also valid with podman coming from the ubuntu 21.10
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: