Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorMichaelSimons <msimons@microsoft.com>2017-03-01 23:23:46 +0300
committerMichaelSimons <msimons@microsoft.com>2017-03-01 23:23:46 +0300
commitc44a638df0d85b6e827053b5524e27661ec473a0 (patch)
treef401e8f319f75df71f52b5d02dc98bc5ea24d58a /cross
parent33acd0bf3341af4c19d881597352aa45729e1539 (diff)
Update the Docker Hub repo being used to microsoft/dotnet-buildtools-prereqs
Diffstat (limited to 'cross')
-rwxr-xr-xcross/arm32_ci_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/arm32_ci_script.sh b/cross/arm32_ci_script.sh
index e6a070606d..968e44dc26 100755
--- a/cross/arm32_ci_script.sh
+++ b/cross/arm32_ci_script.sh
@@ -189,11 +189,11 @@ function cross_build_corefx_with_docker {
# TODO: For arm, we are going to embed RootFS inside Docker image.
case $__linuxCodeName in
trusty)
- __dockerImage=" chcosta/dotnetcore:ubuntu1404_cross_prereqs_v1"
+ __dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu1404_cross_prereqs_v1"
__runtimeOS="ubuntu.14.04"
;;
xenial)
- __dockerImage=" chcosta/dotnetcore:ubuntu1604_cross_prereqs_v1"
+ __dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu1604_cross_prereqs_v1"
__runtimeOS="ubuntu.16.04"
;;
*)