You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install a bootc image with many layers the payload coming back from skopeo is 104kB, however it looks like the buffer it is read into is only 32kiB, and I'm getting an EoF error from ostree as a result. I think the value on this line should be increased: https://github.com/containers/containers-image-proxy-rs/blob/main/src/imageproxy.rs#L83
I will see if I can compile with that increased and test ostree within anaconda that way.