sylabs / oci-tools

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

Convert SquashFS layer back to TAR #54

Closed dtrudg closed 3 weeks ago

dtrudg commented 1 month ago

We can mutate a layer from TAR to SquashFS, but not the other way. We need to be able to go from SquashFS back to TAR to enable 2-way transfer between true OCI images with tar layers, and OCI-SIF with SquashFS layers in Singularity.

https://github.com/sylabs/singularity/issues/2848

This will depend on the appropriate whiteout conversion - #53