-
Notifications
You must be signed in to change notification settings - Fork 27
Add support for zstd:chunked #608
Comments
From "rpm-ostree":
|
Unfortunately #615 is for |
For reference: containers/storage#775 |
This would be a workaround for the async_compression bug in ostreedev#608 - This changes the public API so we need a semver bump - It's pretty risky anyways and we may be better off with spawning a helper thread instead of using async_compression
I am seeing this on OCP 4.16 is there a fix that needs to be backported? |
Also are we building images with application/vnd.oci.image.layer.v1.tar+zstd support? without supporting it yet on OCP or is it the podman version I used for the layered image?.. /me goes try rebuilding the image in RHEL. |
Looks like podman started pushing using zstd compression by default (?). We only have support for that in the latest rpm-ostree release AFAIK. |
Where? In Prow CI? Local builds? A customer bug?
Wait, really? That's going to cause some fallout for sure. I think this is probably from https://bodhi.fedoraproject.org/updates/FEDORA-2024-ab42dd0ffb |
Using the clusterbot created cluster OCP 4.16-rc3 I was trying to help verify an issue that includes replacing the kernel and hit this with coreos layering. I did build the image I am rebasing to using Fedora 40. |
OK, in the meantime, the workaround for this is probably to do Or set |
Thanks that skopeo command made everything better! |
Should be a trivial patch
The text was updated successfully, but these errors were encountered: