Skip to content

Commit f6d4a01

Browse files
authored
Update Linux versions in build pipeline (#115784)
1 parent 9694901 commit f6d4a01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ extends:
6464
ROOTFS_DIR: /crossrootfs/x86
6565

6666
linux_x64_dev_innerloop:
67-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
67+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24.04
6868

6969
linux_musl_x64_dev_innerloop:
70-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
70+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
7171

7272
linux_x64_sanitizer:
7373
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-sanitizer
@@ -76,7 +76,7 @@ extends:
7676

7777
# Used to test RHEL compatibility: CentOS Stream is upstream of RHEL
7878
SourceBuild_centos_x64:
79-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
79+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
8080

8181
# Used to test RHEL compatibility: Alma Linux is downstream of RHEL
8282
SourceBuild_linux_x64:
@@ -106,7 +106,7 @@ extends:
106106
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64
107107

108108
linux_x64_llvmaot:
109-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
109+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
110110

111111
browser_wasm:
112112
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64

0 commit comments

Comments
 (0)