You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this module to inspect tarballs (like Docker OCI images) and in most cases need to extract one or two specific files (i.e. index.json) so it will be very useful if a method for that can be provided (like Entry.asBytes).
tar CLI can do so like tar -x -O -f something.tar index.json
The text was updated successfully, but these errors were encountered:
Thank you for the module!
I want to use this module to inspect tarballs (like Docker OCI images) and in most cases need to extract one or two specific files (i.e.
index.json
) so it will be very useful if a method for that can be provided (likeEntry.asBytes
).tar CLI can do so like
tar -x -O -f something.tar index.json
The text was updated successfully, but these errors were encountered: