Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e6cdfeb

Browse files
authored
"ExternalRestoreSources" needs to be set in the docker container (#8602)
* Add "PB_RESTORESOURCE" to docker environmental variables. * Add "PB_RestoreSource" explictly to the 'SandBox' build.sh call. * Add "ExternalRestoreSources" explictly to the 'SandBox' build.sh call. * Using an environmental variable to communicate to the docker container.
1 parent 6d50f8c commit e6cdfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dockerrun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
139139
-e PB_ASSETROOTURL \
140140
-e PB_PACKAGEVERSIONPROPSURL \
141141
-e PB_PUBLISHBLOBFEEDURL \
142+
-e EXTERNALRESTORESOURCES \
142143
$DOTNET_BUILD_CONTAINER_TAG \
143144
$BUILD_COMMAND "$@"

0 commit comments

Comments
 (0)