This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ function cross_build_coreclr_with_docker {
246
246
# TODO: For arm, we are going to embed RootFS inside Docker image.
247
247
case $__linuxCodeName in
248
248
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"
250
250
__skipRootFS=1
251
251
__dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/arm"
252
252
__runtimeOS=" ubuntu.14.04"
253
253
;;
254
254
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"
256
256
__skipRootFS=1
257
257
__dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/arm"
258
258
__runtimeOS=" ubuntu.16.04"
@@ -372,7 +372,7 @@ function run_tests_using_docker {
372
372
if [ " $__buildArch " == " arm" ]; then
373
373
case $__linuxCodeName in
374
374
trusty)
375
- __dockerImage=" microsoft/dotnet-buildtools- prereqs:ubuntu1404_cross_prereqs_v3"
375
+ __dockerImage=" mcr. microsoft.com /dotnet-buildtools/ prereqs:ubuntu1404_cross_prereqs_v3"
376
376
__skipRootFS=1
377
377
__dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/arm"
378
378
;;
You can’t perform that action at this time.
0 commit comments