此内容没有您所选择的语言版本。
Release Notes for .NET Core 3.1 containers
Abstract
Making open source more inclusive 复制链接链接已复制到粘贴板!
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Providing feedback on Red Hat documentation 复制链接链接已复制到粘贴板!
We appreciate your input on our documentation. Please let us know how we could make it better. To do so:
For simple comments on specific passages:
- Make sure you are viewing the documentation in the Multi-page HTML format. In addition, ensure you see the Feedback button in the upper right corner of the document.
- Use your mouse cursor to highlight the part of text that you want to comment on.
- Click the Add Feedback pop-up that appears below the highlighted text.
- Follow the displayed instructions.
For submitting more complex feedback, create a Bugzilla ticket:
- Go to the Bugzilla website.
- As the Component, use Documentation.
- Fill in the Description field with your suggestion for improvement. Include a link to the relevant part(s) of documentation.
- Click Submit Bug.
Chapter 1. New features 复制链接链接已复制到粘贴板!
The Release Notes for .NET Core 3.1 containers is an extension of the Release Notes for .NET Core 3.1 RPM packages. See Release Notes for .NET Core 3.1 RPM packages for information about known issues, the operating system architecture, privacy, and support.
.NET Core 3.1 runtime image:
-
Based on RHEL 9:
registry.redhat.io/ubi9/dotnet-31-runtime
-
Based on RHEL 9:
.NET Core 3.1 Source-to-Image (S2I) builder image:
-
Based on RHEL 9:
registry.redhat.io/ubi9/dotnet-31
-
Based on RHEL 9:
Chapter 2. New environment variables 复制链接链接已复制到粘贴板!
The following environment variables have been added for the .NET Core 3.1 container image.
DOTNET_RESTORE_CONFIGFILE Specifies a NuGet.Config file to be used for restore operations. This variable cannot be combined with DOTNET_RESTORE_SOURCES.
DOTNET_PUBLISH_READYTORUN When set to true, the application will be compiled ahead-of-time. This reduces startup time by reducing the amount of work the JIT compiler needs to perform when the application is loading. Defaults to false.
See Environment Variables for the list of environment variables available with .NET Core 3.1.
Chapter 3. Known issues 复制链接链接已复制到粘贴板!
There are no known issues for .NET Core 3.1 containers.
See Known Issues in the .NET Core 3.1 Release Notes for .NET Core 3.1 RPM packages for a list of known issues and workarounds for RPMs.