You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workflow/building/coreclr/linux-instructions.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,26 +50,41 @@ To do cross-building using Docker, you need to use either specific images design
50
50
51
51
### Docker Images
52
52
53
-
This table of images might often become stale as we change our images as our requirements change. The images used for our official builds can be found in [the pipeline resources](/eng/pipelines/common/templates/pipeline-with-resources.yml) of our Azure DevOps builds under the `container` key of the platform you plan to build. These image tags don't include version numbers, and our build infrastructure will automatically use the latest version of the image. You can ensure you are using the latest version by using `docker pull`, for example:
53
+
The images used for our official builds can be found in [the pipeline resources](/eng/pipelines/common/templates/pipeline-with-resources.yml) of our Azure DevOps builds under the `container` key of the platform you plan to build. Our build infrastructure will automatically use the latest version of the image.
| Azure Linux (x64) | Ubuntu 16.04 | x86 |`mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-x86-net9.0`|`/crossrootfs/x86`|
64
+
65
+
Notes:
71
66
72
-
These Docker images are built using the Dockerfiles maintained in the [dotnet-buildtools-prereqs-docker repo](https://github.com/dotnet/dotnet-buildtools-prereqs-docker).
67
+
- All official builds are cross-builds with a rootfs for the target OS, and use the clang version available on the container.
68
+
- These images are built using Dockerfiles maintained in the [dotnet-buildtools-prereqs-docker repo](https://github.com/dotnet/dotnet-buildtools-prereqs-docker).
69
+
70
+
71
+
The following images are used for more extended scenarios, including for community-supported builds, and may require different patterns of use.
72
+
73
+
| Host OS | Target OS | Target Arch | Image | crossrootfs dir |
0 commit comments