Skip to content

Commit 0e331d9

Browse files
authored
Remove usage of Alpine 3.18 Helix image and upgrade to Alpine 3.22 (#49238)
2 parents 907e1be + 6368f70 commit 0e331d9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ extends:
6464
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
6565
parameters:
6666
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
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: alpine319WithNode
218+
container: alpine322Amd64
219219
runtimeIdentifier: linux-musl-x64
220220
publishArgument: $(_publishArgument)
221221
officialBuildProperties: $(_officialBuildProperties)

.vsts-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ variables:
2727

2828
resources:
2929
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
3232
- container: centosStream9
3333
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
3434
- container: debian12Amd64

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ parameters:
5252
osProperties: /p:OSName=linux /p:BuildSdkDeb=true
5353
runTests: true
5454
- categoryName: ContainerBased
55-
container: alpine319WithNode
56-
helixTargetContainer: $(helixTargetContainerPrefix)alpine-3.18-helix-amd64
55+
container: alpine322Amd64
56+
helixTargetContainer: $(helixTargetContainerPrefix)alpine-3.22-helix-amd64
5757
runtimeIdentifier: linux-musl-x64
5858
# Use HostOSName when running on alpine.
5959
osProperties: /p:HostOSName=linux-musl

0 commit comments

Comments
 (0)