-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable tgz extraction on pull #119
Comments
It's partially related to this issue: oras-project/oras-go#644. We should possibly follow what they decide to do and then mimic it here. |
When I use "oras pull" it doesn't unpack the tgz automatically so I thought it was just an issue with the py library. |
Yes absolutely - I think that's the direction the upstream client will go to. Would you care to do a pull request? We can add the argument, and ensure that:
Thank you! |
It seems that client.pull() automatically extracts archives which is a nice feature however I don't require it so it is possible to disable?
I've also noticed that the result from the pull is an invalid path, the path is actually the path to the extacted folder however the returned path includes the tgz which is infact in another folder (all be it with a random name)
The text was updated successfully, but these errors were encountered: