sylabs / oci-tools

Go module for working with OCI container images.
Apache License 2.0
1 stars 2 forks source link

feat: SquashFS -> TAR layer format conversion #52

Closed dtrudg closed 3 weeks ago

dtrudg commented 1 month ago

Initial implementation of layer format conversion from SquashFS to TAR.

Closes #54

Note that this initial implementation is heavy on disk usage, as it must write both the SquashFS layer, and an uncompressed tarball, into the temporary directory. We should be able to improve things by: