-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: ostree-rs-ext does not yet support zstd:chunked #136
Comments
|
Thanks for that catch! I'll push a fix later today. |
Ok pushed out a quick fix to set |
I do have a question. What version of Fedora are you running? My build seems to be fine with |
Fedora Kinoite Rawhide. You can see I'm having other issues here as well. #137 |
Also, did you check you actually had any zstd layers in your image (e.g. layers weren't reused)? It's pretty unequivocal from the code the support isn't there yet; the code would be added here https://github.com/ostreedev/ostree-rs-ext/blob/8d972c19b0a8410b5a74de6375a8b157eecc48bd/lib/src/container/unencapsulate.rs#L196. |
ZSTD:chunked support got merged in |
I get the following error when attempting to update to an image built with the main branch of bluebuild with this pull request #112:
This is because ostree-rs-ext does not yet support zstd:chunked, ostreedev/ostree-rs-ext#608. I suggest that you change the default
--compression-format
to gzip until that change is written and lands in Fedora.The text was updated successfully, but these errors were encountered: