-
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 zstd:chunked-image, with vfs: not supported #24308
Comments
@edsantiago Thanks for tracking this down! A detailed reproducer is indeed unnecessary. After containers/storage#2118 , we now default to not falling back if a chunked pull fails. Here, One way to handle this would be to return @giuseppe How will the planned options to always enforce composefs affect this? Would we just fail in |
... and, also, indirectly, confirm the hypothesis in containers/podman#24308 . Signed-off-by: Miloslav Trmač <[email protected]>
containers/image#2607 should improve the error message, but it does not actually allow things to work. |
Confirmed by manual testing that this is indeed the code path from containers/image#2607 . |
RFC fix, at least to start the conversation: containers/storage#2140 . |
WHEW! It's vfs:
This is a highly hacked podman with all of @mtrmac's changes to c-s c-i c-c c. Full patch history available on request, but I suspect it will not be needed so I'm saving myself that time.
The text was updated successfully, but these errors were encountered: