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