-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Mariner 2.0 to Azure Linux 3.0 #100942
Conversation
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
@sbomer is working on dotnet/dotnet-buildtools-prereqs-docker#1003 |
New images have been published. |
Who else should look at this or is this good to go? |
I think it's good to merge! |
Note: Several Mariner images were skipped because we don't have Azure Linux versions of those yet. That's OK. We're (naturally) using a progressive process here. It will take several steps (including Helix images) to get across the goal line. |
We are moving to Azure Linux 3.0 for both .NET 8 and 9 builds. This PR is the first stage of that.
Phases:
net8.0
Azure Linux 3.0 images.main
to validate quality.net9.0
images.net8.0
withnet9.0
inmain
. Again, validate quality.net8.0
images torelease/net8.0
branch.Context:
net8.0
since Clang 16 was easier. We're having some difficulty with creating an image with Clang 18 (for thenet9.0
images).azurelinux
variants that match all the existingcbl-mariner
images.Related: