-
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
'podman pull' cache downloaded blobs temporarily #5521
Comments
Thanks for opening the issue! containers/image#611 will address the issue as the blobs will be committed to the storage as soon as possible. containers/image#611 is quite dusty but we will break the big changes into smaller ones in the near future. |
A friendly reminder that this issue had no activity for 30 days. |
@vrothberg Is it the future yet? :^) |
@vrothberg Ping |
I'd love to start working on containers/image#611 but that's something we must prioritize so that I actually have time to. |
Has this bubbled up in priority yet? |
Still want to move forward on this one. |
You have the power to increase priority :) |
Lets talk about this tomorrow at Watercooler. |
A friendly reminder that this issue had no activity for 30 days. |
I am closing this issue in favor of #7497. It's still on the radar and we'll tackle it soon. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
podman pull images by pulling its blobs. In case of network error, this situation may happen: most blobs are downloaded, but some timed out. In this case, the next pull will copy all blobs again. It's better that downloaded blobs are cached in a temporary place, then next pull will use the cache and save time.
Steps to reproduce the issue:
1.podman pull a image
2.a network error occurs. for example network timeout.
Describe the results you received:
next pull will copy all blobs again
Describe the results you expected:
next pull can use previously downloaded blob's cache
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
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: