sylabs / oci-tools

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

techdebt: stream output from sqfs2tar #57

Closed dtrudg closed 3 weeks ago

dtrudg commented 3 weeks ago

In #52 a temporary file is used to hold the output of sqfs2tar, before it is consumed by the tarball.Opener.

We can stream the data through from the STDOUT of sqfs2tar instead,