Skip to content

Commit 00e6085

Browse files
authored
Update .NET 8 build images to use Azure Linux (#110199)
1 parent 0a88307 commit 00e6085

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ extends:
4949

5050
# This container contains all required toolsets to build for Android and for Linux with bionic libc.
5151
linux_bionic:
52-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-android-amd64
52+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-android-amd64
5353

5454
# This container contains all required toolsets to build for Android as well as tooling to build docker images.
5555
android_docker:
56-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-android-docker
56+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-android-docker-amd64
5757

5858
linux_x64:
5959
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-amd64
@@ -77,17 +77,17 @@ extends:
7777
image: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
7878

7979
linux_s390x:
80-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-s390x
80+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-s390x
8181
env:
8282
ROOTFS_DIR: /crossrootfs/s390x
8383

8484
linux_ppc64le:
85-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-ppc64le
85+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-ppc64le
8686
env:
8787
ROOTFS_DIR: /crossrootfs/ppc64le
8888

8989
linux_riscv64:
90-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-riscv64
90+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-riscv64
9191
env:
9292
ROOTFS_DIR: /crossrootfs/riscv64
9393

@@ -98,17 +98,17 @@ extends:
9898
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
9999

100100
browser_wasm:
101-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6
101+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-webassembly-amd64
102102
env:
103103
ROOTFS_DIR: /crossrootfs/x64
104104

105105
wasi_wasm:
106-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6
106+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-webassembly-amd64
107107
env:
108108
ROOTFS_DIR: /crossrootfs/x64
109109

110110
freebsd_x64:
111-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64-freebsd-13
111+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-freebsd-13-amd64
112112
env:
113113
ROOTFS_DIR: /crossrootfs/x64
114114

@@ -121,4 +121,4 @@ extends:
121121
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
122122

123123
rpmpkg:
124-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
124+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64

0 commit comments

Comments
 (0)