Chapter 3. New Features

  1. The .NET Core 1.1 image, dotnet/dotnetcore-11-rhel7, now supports the following environment variables:

    • HTTP_PROXY
    • HTTPS_PROXY
    • NPM_MIRROR
    • DOTNET_STARTUP_PROJECT
    • DOTNET_PUBLISH
    • DOTNET_ASSEMBLY_NAME
    • DOTNET_RESTORE_SOURCES
    • DOTNET_NPM_TOOLS
    • DOTNET_TEST_PROJECTS
    • DOTNET_CONFIGURATION
    • ASPNETCORE_URLS

      See the .NET Core 1.1 Getting Started Guide for more details

  2. Two image templates are available:

  3. A sample app, redhat-developer/s2i-dotnetcore-ex, is now the primary sample application. It provides a more exciting example than the simple "Hello World" app we used previously.
  4. Many specific product changes were made in the .NET Core 1.1 release. You can look at the full set of .NET Core 1.1 commits to learn more.

Report a bug