We have been thinking about this problem in the application container spec[1] and the other issue is random access to the gzip compression of a tar.gz.
To that end we have two tools:
github.com/coreos/gzran
github.com/vbatts/tar-split
The idea is to have a secondary index alongside the tar.gz.
Brandon
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There are tons of little known archive formats like ecma 208 or dar.
But we decided we would rather tell the user just use tar, which has bindings and implementations everywhere, and we will do the fancy stuff out of band in tooling.
Thanks,
Brandon