We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The .NET 6 release includes a few breaking changes to container images that you'll need to be aware of.
If you're migrating from .NET Core 3.1 to .NET 6, please also read the release notes for changes that occurred in .NET 5.
The default Debian version has been upgraded to Debian 11 (Bullseye) as part of the .NET 6 release.
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.
aspnet
The procps package is no longer included in the sdk image type due to a removal of this dependency in .NET 6.
procps
sdk
Read more about .NET 6 support for containers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
.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.
The text was updated successfully, but these errors were encountered: