aboutsummaryrefslogtreecommitdiff
path: root/test/oryx/scenarios.json
blob: c61483eb4cd07f28676c673b80499a948df2e32a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "install_dotnet_and_oryx": {
        "image": "ubuntu:focal",
        "features": {
            "dotnet": {
                "version": "7",
                "installUsingApt": "false"
            },
            "oryx": {}
        }
    },
    "install_prev_dotnet_and_oryx": {
        "image": "ubuntu:focal",
        "features": {
            "dotnet": {
                "version": "6",
                "installUsingApt": "false"
            },
            "oryx": {}
        }
    },
    "test_python_project": {
        "image": "ubuntu:focal",
        "features": {
            "python": {
                "version": "3.10.4",
                "additionalVersions": "3.9.7",
                "useOryxIfAvailable": "false"
            },
            "dotnet": {
                "version": "7",
                "installUsingApt": "false"
            },
            "oryx": {}
        }
    }
}