File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ extends:
6464 template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
6565 parameters :
6666 containers :
67- alpine322WithNode :
68- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-WithNode
67+ alpine322 :
68+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22
6969 centosStream9 :
7070 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
7171 debian12Amd64 :
@@ -215,7 +215,7 @@ extends:
215215 runTests : false
216216 # ## MUSL ###
217217 - categoryName : Musl
218- container : alpine322WithNode
218+ container : alpine322
219219 runtimeIdentifier : linux-musl-x64
220220 publishArgument : $(_publishArgument)
221221 officialBuildProperties : $(_officialBuildProperties)
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ variables:
2727
2828resources :
2929 containers :
30- - container : alpine322WithNode
31- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-WithNode
30+ - container : alpine322
31+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22
3232 - container : centosStream9
3333 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
3434 - container : debian12Amd64
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
5252 osProperties : /p:OSName=linux /p:BuildSdkDeb=true
5353 runTests : true
5454 - categoryName : ContainerBased
55- container : alpine322WithNode
55+ container : alpine322
5656 helixTargetContainer : $(helixTargetContainerPrefix)alpine-3.22-helix-amd64
5757 runtimeIdentifier : linux-musl-x64
5858 # Use HostOSName when running on alpine.
You can’t perform that action at this time.
0 commit comments