oras-py
oras-py copied to clipboard
ORAS Python SDK
Hello. We have started using the oras sdk but we got an strange behaviour. This is the following scenario: **Scenario** - artifacts pushed to _exampleregistry_ - repository _quefacemos_ - artifacts...
Problem: we have a lot of trouble with custom auth needs. There is not one solution that works for everyone. Solution: start a design that separates auth into modules. Likely...
Hi folks 👋 I've noticed the Python Oras client library has kind of rudimentary support for [attached artifacts](https://oras.land/docs/concepts/reftypes/). I'd like to address a couple of UX caveats in several PRs....
Hi folks 👋 I've noticed the Python Oras client library has kind of rudimentary support for [attached artifacts](https://oras.land/docs/concepts/reftypes/). I'd like to address a couple of UX caveats in several PRs....
Bumps [black](https://github.com/psf/black) from 24.1.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
The `copy` function is core to many of us using the ORAS CLI. Theoretically, one could re-create the functionality of copy leveraging a combination of the existing `push` and `pull`...
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...
On line 906 of https://github.com/oras-project/oras-py/blob/main/oras/provider.py, the argument `verify=self._tls_verify,` has been omitted. As a result, if you are using `tls_verify=False` in a dev environment and there is a non-tls related error...
Problem: the request retry after auth is added does not use the self._tls_verify variable. Solution: add the variable. This will close #117
There is a bug with the title that, given it does not have .tar.gz with the oras-go client, it will not be extracted as such.