.NET Core SDK 2.1 LTS supported through August 21, 2021.# Environment VariablesName | Description | Default Value--- | --- | ---DOTNET_RUNNING_IN_CONTAINER | Informs runtime it is running within container | TRUEDOTNET_USE_POLLING_FILE_WATCHER | Enables correct mode for dotnet watch | TRUENUGET_XMLDOC_MODE | Whether or not to extract XML documentation | SKIPIf you wish to utilize a ASP.NET application, you will need to set the following environment variable, where 80 corresponds to the port your application will be listening on:```ASPNETCORE_URLS=http://+:80```# DocumentationDocumentation on .NET Core can be found at [https://docs.microsoft.com/en-us/dotnet/](https://docs.microsoft.com/en-us/dotnet/).# BasisThis image was based on the Redhat RPMs for Microsoft .NET Core SDK image.