Skip to content

Commit 69280cd

Browse files
authored
Update Mariner 2.0 to Azure Linux 3.0 (#100942)
1 parent aa6dab4 commit 69280cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extends:
1717

1818
containers:
1919
linux_arm:
20-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm
20+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm-net8.0
2121
env:
2222
ROOTFS_DIR: /crossrootfs/arm
2323

@@ -33,17 +33,17 @@ extends:
3333
ROOTFS_DIR: /crossrootfs/arm64
3434

3535
linux_musl_x64:
36-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64-alpine
36+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-amd64-alpine-net8.0
3737
env:
3838
ROOTFS_DIR: /crossrootfs/x64
3939

4040
linux_musl_arm:
41-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm-alpine
41+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm-alpine-net8.0
4242
env:
4343
ROOTFS_DIR: /crossrootfs/arm
4444

4545
linux_musl_arm64:
46-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64-alpine
46+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm64-alpine-net8.0
4747
env:
4848
ROOTFS_DIR: /crossrootfs/arm64
4949

@@ -56,12 +56,12 @@ extends:
5656
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-android-docker
5757

5858
linux_x64:
59-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64
59+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-amd64-net8.0
6060
env:
6161
ROOTFS_DIR: /crossrootfs/x64
6262

6363
linux_x86:
64-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-x86
64+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-x86-net8.0
6565
env:
6666
ROOTFS_DIR: /crossrootfs/x86
6767

0 commit comments

Comments
 (0)