|
|
Subscribe / Log in / New account

OCI zstd

OCI zstd

Posted May 17, 2025 6:20 UTC (Sat) by tianon (subscriber, #98676)
In reply to: OCI zstd by vasi
Parent article: The future of Flatpak

> Would love to see how others have dealt with these issues.

A friend of mine wrote https://github.com/jonjohnsonjr/targz, which is essentially extracted from the code that powers the layer browsing functionality of https://oci.dag.dev/ (https://github.com/jonjohnsonjr/dagdotdev). 👀

My understanding of oci.dag.dev is that he creates an index of the tar inside the stream (without modifying the original compression in any way). Then he gets clever and stores that in a tar.gz so that if the *index* gets too big, he can make a map of the index too and just recurse.

(However, my own understanding of the details is very surface level, so if I've got the details wrong maybe he'll finally make an account just to correct me! ❤️)


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds