Chapter 3. New Features
The .NET Core 1.0 image, dotnet/dotnetcore-10-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.0 Getting Started Guide for more details
Two image templates are available:
- 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.