nydus
nydus copied to clipboard
Make nydus image more compatible with OCI
A personal idea by @hsiangkao, but I agree with the point.
- Allow ctr/crictl/nerdctl pull directly without nydus snapshotter;
- Use
zstd:chunked/estargzcompression algorithm for blob layer; - Allow lzay pull for each blob layer with nydus snapshotter;
- The bootstrap layer (as final layer) is compatible with erofs format (erofs on fscache), and wrap with tar (allow pulling without nydus snapshotter);
Enhanced in #833 #928 etc.
Is there any process?