@@ -67,18 +67,20 @@ extends:
67
67
template : v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
68
68
parameters :
69
69
containers :
70
- alpine319WithNode :
71
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
72
- cblMariner20Fpm :
73
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
70
+ alpine322 :
71
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
72
+ azureLinux30 :
73
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-build-amd64
74
+ azureLinux30fpm :
75
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64
74
76
centosStream9 :
75
77
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
76
78
debian12Amd64 :
77
79
image : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64
78
- fedora39 :
79
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
80
- mariner20CrossArm :
81
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2 .0-cross-arm
80
+ fedora41 :
81
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41
82
+ azureLinux30CrossArm :
83
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9 .0-cross-arm-alpine
82
84
ubuntu2204DebPkg :
83
85
image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
84
86
sdl :
@@ -211,14 +213,14 @@ extends:
211
213
osProperties : $(linuxOsPortableProperties) /p:BuildSdkDeb=true
212
214
runTests : false
213
215
- categoryName : Portable
214
- container : cblMariner20Fpm
216
+ container : azureLinux30fpm
215
217
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
216
218
publishArgument : $(_publishArgument) /p:PublishBinariesAndBadge=false
217
219
officialBuildProperties : $(_officialBuildProperties)
218
220
osProperties : $(linuxOsPortableProperties) /p:IsRPMBasedDistro=true
219
221
runTests : false
220
222
- categoryName : Portable
221
- container : cblMariner20Fpm
223
+ container : azureLinux30fpm
222
224
buildArchitecture : arm64
223
225
runtimeIdentifier : linux-arm64
224
226
# Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.
@@ -228,7 +230,7 @@ extends:
228
230
runTests : false
229
231
# ## MUSL ###
230
232
- categoryName : Musl
231
- container : alpine319WithNode
233
+ container : alpine322
232
234
runtimeIdentifier : linux-musl-x64
233
235
publishArgument : $(_publishArgument)
234
236
officialBuildProperties : $(_officialBuildProperties)
@@ -238,7 +240,7 @@ extends:
238
240
enableSbom : false
239
241
runTests : false
240
242
- categoryName : Musl
241
- container : mariner20CrossArm
243
+ container : azureLinux30CrossArm
242
244
buildArchitecture : arm
243
245
runtimeIdentifier : linux-musl-arm
244
246
publishArgument : $(_publishArgument)
0 commit comments