.NET 6 Container Release Notes #3699
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET 6 Container Release Notes
The .NET 6 release includes a few breaking changes to container images that you'll need to be aware of.
Default Debian version set to Debian 11
The default Debian version has been upgraded to Debian 11 (Bullseye) as part of the .NET 6 release.
Default console logger format set to JSON
The default console logger format in the
aspnet
image type has been changed from a simple formatter to a JSON formatter to allow for better compatibility with automated tools.Removal of procps package
The
procps
package is no longer included in thesdk
image type due to a removal of this dependency in .NET 6.More about .NET 6 Containers
Read more about .NET 6 support for containers.
Beta Was this translation helpful? Give feedback.
All reactions