aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/devcontainer-feature.json
blob: 5c643445bfe179fb6514772dd556d8b683109c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "id": "oryx",
    "version": "1.0.12",
    "name": "Oryx",
    "description": "Installs the oryx CLI",
    "documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx",
    "containerEnv": {
        "ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io",
        "ENABLE_DYNAMIC_INSTALL": "true",
        "DYNAMIC_INSTALL_ROOT_DIR": "/opt",
        "ORYX_PREFER_USER_INSTALLED_SDKS": "true",
        "ORYX_DIR": "/usr/local/oryx",
        "DEBIAN_FLAVOR": "focal-scm",
        "PATH": "/usr/local/oryx:${PATH}"
    },
    "installsAfter": [
        "ghcr.io/devcontainers/features/common-utils"
    ]
}