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

Commit 1dc251f

Browse files
Replace docker hub (#28187)
* replace docker hub with mcr * replace docker hub with mcr
1 parent 1704239 commit 1dc251f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
"value": "$(DockerRepository):$(DockerTag)"
474474
},
475475
"DockerRepository": {
476-
"value": "microsoft/dotnet-buildtools-prereqs"
476+
"value": "mcr.microsoft.com/dotnet-buildtools/prereqs"
477477
},
478478
"DockerTag": {
479479
"value": "ubuntu-14.04-cross-0cd4667-20170319080304",

buildpipeline/DotNet-CoreClr-Trusted-Linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"value": "$(DockerRepository):$(DockerTag)"
434434
},
435435
"DockerRepository": {
436-
"value": "microsoft/dotnet-buildtools-prereqs"
436+
"value": "mcr.microsoft.com/dotnet-buildtools/prereqs"
437437
},
438438
"DockerTag": {
439439
"value": "centos-7-d485f41-20173404063424",

tests/scripts/arm32_ci_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function run_tests_using_docker {
377377
__dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/arm"
378378
;;
379379
xenial)
380-
__dockerImage=" microsoft/dotnet-buildtools-prereqs:ubuntu1604_cross_prereqs_v3"
380+
__dockerImage=" mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu1604_cross_prereqs_v3"
381381
__skipRootFS=1
382382
__dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/arm"
383383
;;

0 commit comments

Comments
 (0)