dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 99 forks source link

Remove `zlib-devel` dependency from azurelinux for .NET 9.0 #1125

Open carlossanlop opened 3 days ago

carlossanlop commented 3 days ago

Contributes to https://github.com/dotnet/runtime/issues/101465

For .NET 9.0, we brought a copy of zlib-ng into dotnet/runtime that will be used by all platforms, except for the mobile ones (android, ios, tvos, maccatalyst) and armv6: https://github.com/dotnet/runtime/pull/102403

For that reason, and as suggested in this comment, the azurelinux docker images that target .NET 9.0 won't need to install zlib-devel as a dependency anymore.