features/test-scenarios/scenarios.json

34 lines
849 B
JSON
Raw Normal View History

2022-06-01 00:40:22 +03:00
{
"install_jupyterlab": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode",
2022-06-30 04:25:28 +03:00
"features": {
"common": {
"username": "vscode"
},
2022-06-30 04:25:28 +03:00
"python": {
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
2022-06-30 04:25:28 +03:00
}
},
"install_additional_python": {
"image": "ubuntu:focal",
"features": {
"python": {
"version": "3.10.5",
"additional_versions": "3.8,3.9.13"
}
}
},
"install_additional_ruby": {
"image": "ubuntu:focal",
"features": {
"ruby": {
"version": "3.1.2",
"additional_versions": "2.5,3.0.4"
}
}
2022-06-01 00:40:22 +03:00
}
}