diff options
| author | sickcodes <[email protected]> | 2021-03-04 09:52:45 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-04 09:52:45 +0000 |
| commit | 377c4e7cc5cdd785e965e13e15086c2326797b51 (patch) | |
| tree | 7e3c8bdf73e97686cae8b6ab32befb170e31cc0f /Dockerfile.auto | |
| parent | Add --custom-plist-url, --custom-plist <filename> or --master-plist to both s... (diff) | |
| download | docker-osx-377c4e7cc5cdd785e965e13e15086c2326797b51.tar.xz docker-osx-377c4e7cc5cdd785e965e13e15086c2326797b51.zip | |
Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index a5b03a8..d203551 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -152,6 +152,7 @@ CMD echo "${BOILERPLATE}" \ ; } \ ; [[ "${GENERATE_UNIQUE}" == true ]] && { \ ./Docker-OSX/custom/generate-unique-machine-values.sh \ + --master-plist-url="${MASTER_PLIST_URL}" \ --count 1 \ --tsv ./serial.tsv \ --bootdisks \ @@ -163,6 +164,7 @@ CMD echo "${BOILERPLATE}" \ ; [[ "${GENERATE_SPECIFIC}" == true ]] && { \ source "${ENV:=/env}" \ || ./Docker-OSX/custom/generate-specific-bootdisk.sh \ + --master-plist-url="${MASTER_PLIST_URL}" \ --model "${DEVICE_MODEL}" \ --serial "${SERIAL}" \ --board-serial "${BOARD_SERIAL}" \ |