From 7abd11409c7baf1babe38e82c551167294e8a13d Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Fri, 24 Jul 2020 12:30:37 -0700 Subject: [PATCH] Update to unified Alpine build image version (#39903) Update our Alpine build image so we can unify for a single image for our builds. Fixes #2030 --- eng/pipelines/common/platform-matrix.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eng/pipelines/common/platform-matrix.yml b/eng/pipelines/common/platform-matrix.yml index b4f8020..a7a3a16 100644 --- a/eng/pipelines/common/platform-matrix.yml +++ b/eng/pipelines/common/platform-matrix.yml @@ -86,11 +86,7 @@ jobs: archType: x64 platform: Linux_musl_x64 container: - # alpine coreclr cmake errors on newer builds - ${{ if eq(parameters.runtimeFlavor, 'mono') }}: - image: alpine-3.9-WithNode-0fc54a3-20200131134036 - ${{ if eq(parameters.runtimeFlavor, 'coreclr') }}: - image: alpine-3.9-WithNode-0fc54a3-20190918214015 + image: alpine-3.9-WithNode-20200602002639-0fc54a3 registry: mcr jobParameters: runtimeFlavor: ${{ parameters.runtimeFlavor }} -- 2.7.4