Skip to content

Commit b4e9977

Browse files
authored
Documentation for new OSS_REPO variable in AzureTRE-Deployment (#3805)
1 parent 5489c9d commit b4e9977

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/tre-admins/upgrading-tre.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ If you wish to upgrade or deploy a specific version, or unreleased version of Az
3333
- `"OSS_VERSION": "v0.9.0"` (to use the specified tag; be sure to specify the complete tag name (prefixed with `v` and not the release name)
3434
- `"OSS_VERSION": "main"` (to use the latest code in the "main" branch)
3535
- `"OSS_VERSION": "1c6ff35ec9246e53b86e93b9da5b97911edc71c1"` (to use the code at the time of the commit identified by the hash)
36+
37+
## Deploying a fork of Azure TRE
38+
39+
If you wish to deploy the Azure TRE from a forked repository you can change the value of `OSS_REPO` in `.devcontainer/devcontainer.json`, for example:
40+
41+
- `"OSS_REPO": "microsoft/AzureTRE"` (the default)
42+
- `"OSS_REPO": "myorg/AzureTRE"` (to point to fork of the Azure TRE in your GitHub organisation)
43+
44+
When changing `OSS_REPO` ensure the `OSS_VERSION` variable refers to a GitHub ref on the repository fork.

0 commit comments

Comments
 (0)