Release Notes for Containers
Abstract
Chapter 1. New Features in .NET Core 3.0 Containers Copy linkLink copied to clipboard!
The .NET Core 3.0 Release Notes for Containers is an extension of the .NET Core 3.0 Release Notes for RPMs. See .NET Core 3.0 Release Notes for RPMs for information on known issues, the operating system architecture, privacy, and support.
1.1. New Features Copy linkLink copied to clipboard!
.NET Core 3.0 runtime image:
-
Based on RHEL 7:
registry.redhat.io/dotnet/dotnet-30-runtime-rhel7 -
Based on RHEL 8:
registry.access.redhat.com/ubi8/dotnet-30-runtime
-
Based on RHEL 7:
.NET Core 3.0 source-to-image builder image:
-
Based on RHEL 7:
registry.redhat.io/dotnet/dotnet-30-rhel7 -
Based on RHEL 8:
registry.access.redhat.com/ubi8/dotnet-30
-
Based on RHEL 7:
Chapter 2. Environment Variable Updates Copy linkLink copied to clipboard!
The following environment variables have been added or removed for the .NET Core 3.0 container image.
2.1. New Variables Copy linkLink copied to clipboard!
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 do when the application is loading. Defaults to false.
See Environment Variables for the list of environment variables available with .NET Core 3.0.
Chapter 3. Known Issues Copy linkLink copied to clipboard!
There are no known issues for .NET Core 3.0 containers.
See Chapter 7, Known Issues in the .NET Core 3.0 Release Notes for RPMs for a list of known issues and workarounds for RPMs.