dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.19k stars 356 forks source link

Migrate off of Debian 11 #5064

Open mthalman opened 6 days ago

mthalman commented 6 days ago

The pipeline references a Debian 11 image that is EOL (see https://github.com/dotnet/core/issues/9625):

https://github.com/dotnet/diagnostics/blob/d1d00bba1865fac0b1717c2a983aeb945274c1dc/eng/pipelines/pipeline-resources.yml#L71

This should be migrated to a supported version.

tommcdon commented 5 hours ago

@mikem8361