dotnet/sdk-container-builds

Determine inferencing for new Ubuntu `noble` images

baronfel opened this issue · 2 comments

dotnet/dotnet-docker#5241

It seems reasonable to default to these for .NET 9 Linux RIDs. The main question to me is: Is there a point at which we should ever default .NET 8 SDK containers to noble?

Having a default switch from jammy to noble seems fine to me as long as it is at an SDK feature band boundary. We do something similar for Alpine.

For example, we have an Alpine floating tag that gets updated ~ every 6 months to a new Alpine, some of which have breaking changes (most of which are hidden for most .NET apps).

Related: #556

Closing as we've done this work - the noble images will be used starting with the June servicing release for .NET 8.0.300+ SDKs.