Skip to content

Commit 9b6fcde

Browse files
CyclamAndy Churchard
andauthored
Add docker dependency option to oras in setup.py (#164)
Co-authored-by: Andy Churchard <[email protected]>
1 parent 6ed34e0 commit 9b6fcde

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/aosm/HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Release History
55

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

1213
1.0.0b10
1314
++++++++

src/aosm/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636
DEPENDENCIES = [
37-
"oras~=0.1.19",
37+
"oras[docker]~=0.1.19",
3838
"azure-storage-blob>=12.15.0",
3939
"jinja2>=3.1.2",
4040
"genson>=1.2.2",

0 commit comments

Comments
 (0)