@@ -59,14 +59,15 @@ docker pull mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-ar
5959All official builds are cross-builds with a rootfs for the target OS, and will use the clang version available on the container.
6060
6161| Host OS | Target OS | Target Arch | Image location | crossrootfs location |
62- | --------------------- | ------------ | --------------- | -------------------------------------------------------------------------------- | -------------------- |
63- | CBL-mariner 2.0 (x64) | Alpine 3.13 | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64-alpine ` | ` /crossrootfs/x64 ` |
64- | CBL-mariner 2.0 (x64) | Ubuntu 16.04 | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64 ` | ` /crossrootfs/x64 ` |
65- | CBL-mariner 2.0 (x64) | Alpine | arm32 (armhf) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm-alpine ` | ` /crossrootfs/arm ` |
66- | CBL-mariner 2.0 (x64) | Ubuntu 16.04 | arm32 (armhf) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm ` | ` /crossrootfs/arm ` |
67- | CBL-mariner 2.0 (x64) | Alpine | arm64 (arm64v8) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64-alpine ` | ` /crossrootfs/arm64 ` |
68- | CBL-mariner 2.0 (x64) | Ubuntu 16.04 | arm64 (arm64v8) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64 ` | ` /crossrootfs/arm64 ` |
69- | Ubuntu 18.04 (x64) | FreeBSD | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-12 ` | ` /crossrootfs/x64 ` |
62+ | --------------------- | ------------ | --------------- | -------------------------------------------------------------------------------------- | -------------------- |
63+ | Azure Linux (x64) | Alpine 3.13 | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-amd64-alpine-net9.0 ` | ` /crossrootfs/x64 ` |
64+ | Azure Linux (x64) | Ubuntu 16.04 | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-amd64-net9.0 ` | ` /crossrootfs/x64 ` |
65+ | Azure Linux (x64) | Alpine | arm32 (armhf) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm-alpine-net9.0 ` | ` /crossrootfs/arm ` |
66+ | Azure Linux (x64) | Ubuntu 16.04 | arm32 (armhf) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm-net9.0 ` | ` /crossrootfs/arm ` |
67+ | Azure Linux (x64) | Alpine | arm64 (arm64v8) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm64-alpine-net9.0 ` | ` /crossrootfs/arm64 ` |
68+ | Azure Linux (x64) | Ubuntu 16.04 | arm64 (arm64v8) | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-arm64-net9.0 ` | ` /crossrootfs/arm64 ` |
69+ | Azure Linux (x64) | Ubuntu 16.04 | x86 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-x86-net8.0 ` | ` /crossrootfs/x86 ` |
70+ | CBL-mariner 2.0 (x64) | FreeBSD 13 | x64 | ` mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64-freebsd-13 ` | ` /crossrootfs/x64 ` |
7071
7172These Docker images are built using the Dockerfiles maintained in the [ dotnet-buildtools-prereqs-docker repo] ( https://github.com/dotnet/dotnet-buildtools-prereqs-docker ) .
7273
0 commit comments