diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-27 21:27:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 21:27:17 +0300 |
commit | cb6a53949966af46935dd17cc43b5ddc0498b354 (patch) | |
tree | db10fd6eda9b931c8f259a1a0b1fcc297cc8b106 /src/oryx/feature.json | |
parent | e496022c568e9f6f42b41cda37f8d2e929eb3564 (diff) |
Add oryx feature (#27)
* add oryx
* modify oryx sh
* add oryx in matrix
* install dotnet
* fix permission
* test
* test 2
* test 3
* fix dotnet
* fix oryx
* fix
* fix path issues + debugging
* remove debugging
* add oryx test to actions
* fix test
* modify test
* add $
* fix user
* address comments
* add repo
* add wget
* allow apt-update
* add --no-check-certificate
* install ca-certificates
* install with another approach
* fix infinite test runs
* Update src/oryx/install.sh
Co-authored-by: Josh Spicer <joshspicer@github.com>
Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'src/oryx/feature.json')
-rw-r--r-- | src/oryx/feature.json | 14 |
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 |