Breaking Change: .NET 9 Container Images No Longer Install zlib
#5792
lbussell
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Change: .NET 9 Container Images No Longer Install
zlib
As of .NET 9 Preview 7, the .NET runtime contains a statically-linked copy of
zlib-ng
. As a result, .NET 9 container images no longer installzlib
, and will no longer updatezlib
in images where it is already installed.For more information, please see:
zlib
statically linked for .NET 9 (zlib
statically linked for .NET 9; We need .NET 9-specificruntime-deps
#5687)Beta Was this translation helpful? Give feedback.
All reactions