features/test/oryx/scenarios.json
Samruddhi Khandale 771a300594
Oryx - Fix bug when dynamically installing dotnet in universal image (#125)
* fix oryx

* copy /images

* bimp version
2022-09-01 09:51:09 -07:00

12 lines
244 B
JSON

{
"install_dotnet_and_oryx": {
"image": "ubuntu:focal",
"features": {
"dotnet": {
"version": "6",
"installUsingApt": "false"
},
"oryx": {}
}
}
}