Skip to content

Commit aa49ee2

Browse files
authored
Update Alpine version for libraries pipeline (#105553)
* Update Alpine version for pipeline * REVERT LATER: Run all alpine images on runtime run * Revert "REVERT LATER: Run all alpine images on runtime run" This reverts commit 109aeee.
1 parent 63cb7ec commit aa49ee2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@ jobs:
4141
# Linux musl x64
4242
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
4343
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
44-
- (Alpine.316.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.16-helix-amd64
44+
- (Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64
4545
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
46+
- (Alpine.320.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-amd64
4647
- (Alpine.318.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.18-helix-amd64
4748

4849
# Linux musl arm64
4950
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }}:
51+
- (Alpine.320.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
5052
- (Alpine.318.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.18-helix-arm64v8
51-
- (Alpine.316.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.16-helix-arm64v8
53+
- (Alpine.317.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8
5254

5355
# Linux x64
5456
- ${{ if eq(parameters.platform, 'linux_x64') }}:

0 commit comments

Comments
 (0)