File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ extends:
64
64
template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
65
65
parameters :
66
66
containers :
67
- alpine319WithNode :
68
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
67
+ alpine322Amd64 :
68
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
69
69
centosStream9 :
70
70
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
71
71
debian12Amd64 :
@@ -215,7 +215,7 @@ extends:
215
215
runTests : false
216
216
# ## MUSL ###
217
217
- categoryName : Musl
218
- container : alpine319WithNode
218
+ container : alpine322Amd64
219
219
runtimeIdentifier : linux-musl-x64
220
220
publishArgument : $(_publishArgument)
221
221
officialBuildProperties : $(_officialBuildProperties)
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ variables:
27
27
28
28
resources :
29
29
containers :
30
- - container : alpine319WithNode
31
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
30
+ - container : alpine322Amd64
31
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
32
32
- container : centosStream9
33
33
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
34
34
- container : debian12Amd64
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ parameters:
52
52
osProperties : /p:OSName=linux /p:BuildSdkDeb=true
53
53
runTests : true
54
54
- categoryName : ContainerBased
55
- container : alpine319WithNode
56
- helixTargetContainer : $(helixTargetContainerPrefix)alpine-3.18 -helix-amd64
55
+ container : alpine322Amd64
56
+ helixTargetContainer : $(helixTargetContainerPrefix)alpine-3.22 -helix-amd64
57
57
runtimeIdentifier : linux-musl-x64
58
58
# Use HostOSName when running on alpine.
59
59
osProperties : /p:HostOSName=linux-musl
You can’t perform that action at this time.
0 commit comments