Skip to content

Commit

Permalink
Add docker dependency option to oras in setup.py (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Churchard <andy.churchard@metaswitch.com>
  • Loading branch information
Cyclam and Andy Churchard committed Mar 27, 2024
1 parent 6ed34e0 commit 9b6fcde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/aosm/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Release History

Unreleased
++++++++
* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled.
* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled.
* Fixed: Namespace appeared twice in the `artifacts.json` file, leading to errors in the publish step of the CLI.
* Changed configurationType for NF Resources from Secret to Open
* Added docker dependency for Oras client library to setup.py.

1.0.0b10
++++++++
Expand Down
2 changes: 1 addition & 1 deletion src/aosm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]

DEPENDENCIES = [
"oras~=0.1.19",
"oras[docker]~=0.1.19",
"azure-storage-blob>=12.15.0",
"jinja2>=3.1.2",
"genson>=1.2.2",
Expand Down

0 comments on commit 9b6fcde

Please sign in to comment.