The following container references need to be updated in all active branches.
|
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode |
|
mariner20CrossArmAlpine: |
|
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm-alpine |
|
mariner20CrossArm64Alpine: |
|
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64-alpine |
There are two issues at play:
- Mariner 2.0 is going away in June. We need to remove all references to it before then.
- We have adopted new schemes for build images.
Related: dotnet/runtime#112191
The following container references need to be updated in all active branches.
aspnetcore/.azure/pipelines/ci.yml
Lines 129 to 133 in a4ca931
There are two issues at play:
WithNodeAlpine variantRelated: dotnet/runtime#112191