File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ and **Merged pull requests**. Critical items to know are:
14
14
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
15
15
16
16
## [ 0.0.x] ( https://github.com/oras-project/oras-py/tree/main ) (0.0.x)
17
+ - Add support for authentication with ECR registries (0.2.34)
17
18
- Add support for Docker credsStore and credHelpers (0.2.34)
18
- - Add support for authentication with ECR registries
19
19
- fix 'get_manifest()' method with adding 'load_configs()' calling (0.2.33)
20
20
- fix 'Provider' method signature to allow custom CA-Bundles (0.2.32)
21
21
- initialize headers variable in do_request (0.2.31)
Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ auth backend by setting the `auth_backend` to `ecr`:
685
685
``` python
686
686
import oras.client
687
687
client = oras.client.OrasClient(auth_backend = " ecr" )
688
- client.pull(target = " 123456789012.dkr.ecr.us-east-1.amazonaws.com/my-repo:latest" )
688
+ client.pull(target = " 123456789012.dkr.ecr.us-east-1.amazonaws.com/my-repo:latest" )
689
689
```
690
690
691
691
## Custom Clients
You can’t perform that action at this time.
0 commit comments