Skip to content

Commit

Permalink
8.0: document DOTNET_VERSION, ASPNET_VERSION, DOTNET_SDK_VERSION. (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Apr 16, 2024
1 parent 0d0aabb commit 5ca702d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 8.0/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Repository organization
Environment variables
---------------------

To set these environment variables, you can place them as a key value pair into
a `.s2i/environment` file inside your source code repository.
To set environment variables, you can place them as a key value pair into
an `.s2i/environment` file inside your source code repository.

* **DOTNET_STARTUP_PROJECT**

Expand Down Expand Up @@ -181,3 +181,6 @@ a `.s2i/environment` file inside your source code repository.

This is set to `true` to ensure the `dotnet watch` command works in a container. This command is not used by the default scripts.

* **DOTNET_SDK_VERSION**

This variable contains the version of the SDK.
4 changes: 4 additions & 0 deletions 8.0/runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ They must not to be overridden.

Like Microsoft images, this is set to the rootless user's uid to enable switching to that user
in a Dockerfile using the the instruction: `USER $APP_UID`.

* **DOTNET_VERSION**, **ASPNET_VERSION**

These variables contain the version of the .NET runtime and ASP.NET Core runtime.

0 comments on commit 5ca702d

Please sign in to comment.