-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/B4.11.0_F6.7.0' into main
- Loading branch information
Showing
4 changed files
with
41 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## | ||
# The following are environment variable defaults. | ||
# They can be overridden on the commandline | ||
## | ||
|
||
# Change these to alter the build version | ||
# Options are | ||
# 1. a tagged release e.g. 4.10.0 | ||
# 2. a branch e.g. main or develop | ||
# 3. a git commit hash | ||
MDM_APPLICATION_COMMIT=4.10.0 | ||
MDM_UI_COMMIT=6.6.0 | ||
|
||
# Change this to alter the port MDM is published to | ||
MDM_PORT=8082 | ||
|
||
# Change this to change the tag assigned to the built docker mdm image | ||
MDM_TAG=B${MDM_APPLICATION_COMMIT}_F${MDM_UI_COMMIT} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## | ||
# The following are environment variable defaults. | ||
# They can be overridden on the commandline | ||
## | ||
|
||
# Change these to alter the build version | ||
# Options are | ||
# 1. a tagged release e.g. 4.10.0 | ||
# 2. a branch e.g. main or develop | ||
# 3. a git commit hash | ||
MDM_APPLICATION_COMMIT=develop | ||
MDM_UI_COMMIT=develop | ||
|
||
# Change this to alter the port MDM is published to | ||
MDM_PORT=9000 | ||
|
||
# Change this to change the tag assigned to the built docker mdm image | ||
MDM_TAG=continuous-development |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters