Update Alpine versions (#4589)
authorRich Lander <rlander@microsoft.com>
Wed, 10 Apr 2024 21:36:09 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 21:36:09 +0000 (14:36 -0700)
This is a more pragmatic approach as proposed earlier. Use the old
Alpine version for build and the new one for testing.

We can move to cross-build images when .NET 6 goes EOL.

diagnostics.yml
eng/pipelines/pipeline-resources.yml

index dff49e87462ba920f292767d3b2c526e2f0b6c1a..96cfdf07039d6f29db5fbd5e445e96a8c64efd4b 100644 (file)
@@ -227,7 +227,7 @@ extends:
       - template: /eng/pipelines/build.yml
         parameters:
           jobTemplate: ${{ variables.jobTemplate }}
-          name: Alpine3_13
+          name: Alpine3_19
           osGroup: Linux
           osSuffix: -musl
           container: test_linux_musl_x64
index a178a3a3afe851599a536a8d89b931d9b00092a8..26c7bfa32dddcb529f68d95930b908e45377352d 100644 (file)
@@ -45,7 +45,7 @@ extends:
         image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9
 
       test_linux_musl_x64:
-        image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.13-WithNode
+        image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
         options: --cap-add=SYS_PTRACE
 
       test_debian_11_amd64: