From: Rich Lander Date: Wed, 10 Apr 2024 21:36:09 +0000 (-0700) Subject: Update Alpine versions (#4589) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98d370aab2764346080020ad9a323b49ecc07d91;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update Alpine versions (#4589) 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. --- diff --git a/diagnostics.yml b/diagnostics.yml index dff49e874..96cfdf070 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -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 diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index a178a3a3a..26c7bfa32 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -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: