storage icon indicating copy to clipboard operation
storage copied to clipboard

Support arbitrarily-large zstd:chunked images

Open mtrmac opened this issue 11 months ago • 0 comments

For that, we would need to stream the TOC and tar-split data to/from disk, never storing all of it in memory.

Currently, per https://github.com/containers/storage/pull/2230 , if we hit the limit, we fall back to traditional pulls.

mtrmac avatar Jan 28 '25 20:01 mtrmac