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

Commit 1704239

Browse files
Update docker hub links (#28186)
1 parent 4eae51e commit 1704239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/scripts/arm32_ci_script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@ function cross_build_coreclr_with_docker {
246246
# TODO: For arm, we are going to embed RootFS inside Docker image.
247247
case $__linuxCodeName in
248248
trusty)
249-
__dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20172211042239"
249+
__dockerImage=" mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-14.04-cross-0cd4667-20172211042239"
250250
__skipRootFS=1
251251
__dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/arm"
252252
__runtimeOS="ubuntu.14.04"
253253
;;
254254
xenial)
255-
__dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-ef0ac75-20175511035548"
255+
__dockerImage=" mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-ef0ac75-20175511035548"
256256
__skipRootFS=1
257257
__dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/arm"
258258
__runtimeOS="ubuntu.16.04"
@@ -372,7 +372,7 @@ function run_tests_using_docker {
372372
if [ "$__buildArch" == "arm" ]; then
373373
case $__linuxCodeName in
374374
trusty)
375-
__dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu1404_cross_prereqs_v3"
375+
__dockerImage=" mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu1404_cross_prereqs_v3"
376376
__skipRootFS=1
377377
__dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/arm"
378378
;;

0 commit comments

Comments
 (0)