summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2019-03-06 16:26:17 -0800
committerGitHub <noreply@github.com>2019-03-06 16:26:17 -0800
commit18542014bba5c33a776fa12c46a001fbe55dc5d1 (patch)
treec91a0a1e8115fc26e1938612ccbc5db5e686e9a3 /azure-pipelines.yml
parent28342adceb2995f9074a289c0b82b580f5fb1fe9 (diff)
downloadcoreclr-18542014bba5c33a776fa12c46a001fbe55dc5d1.tar.gz
coreclr-18542014bba5c33a776fa12c46a001fbe55dc5d1.tar.bz2
coreclr-18542014bba5c33a776fa12c46a001fbe55dc5d1.zip
Use Microsoft Container Registry for docker images (#23061)
* Use Microsoft Container Registry for docker images https://github.com/dotnet/dotnet-buildtools-prereqs-docker has been updated to publish docker images to the Microsoft Container Registry. * Also update netci.groovy
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2029f7cba0..6fcc2023fe 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -9,22 +9,22 @@ variables:
resources:
containers:
- container: ubuntu_1404_arm_cross_build_image
- image: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180426002420
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-14.04-cross-e435274-20180426002420
- container: ubuntu_1604_arm64_cross_build_image
- image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921
- container: musl_x64_build_image
- image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
- container: musl_arm64_build_image
- image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-alpine10fcdcf-20190208200917
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-alpine10fcdcf-20190208200917
- container: centos7_x64_build_image
- image: microsoft/dotnet-buildtools-prereqs:centos-7-d485f41-20173404063424
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-d485f41-20173404063424
- container: centos6_x64_build_image
- image: microsoft/dotnet-buildtools-prereqs:centos-6-376e1a3-20174311014331
+ image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-376e1a3-20174311014331
trigger:
- master