aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/feature.json
blob: 10a468bbf45eebcfe2813520f6b001b4c830215e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "id": "oryx",
    "name": "Oryx",
    "containerEnv": {
        "PATH":"usr/local/oryx:${PATH}",
        "ORYX_SDK_STORAGE_BASE_URL":"https://oryx-cdn.microsoft.io",
        "ENABLE_DYNAMIC_INSTALL":"true",
        "DYNAMIC_INSTALL_ROOT_DIR":"/usr/local"
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}