aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/oryx/feature.json')
-rw-r--r--src/oryx/feature.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/oryx/feature.json b/src/oryx/feature.json
new file mode 100644
index 0000000..10a468b
--- /dev/null
+++ b/src/oryx/feature.json
@@ -0,0 +1,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"
+ }
+} \ No newline at end of file