| 
1 | 1 | # Supported Windows Server, version 1709 amd64 tags  | 
2 | 2 | 
 
  | 
3 | 3 | - [`4.7.2-windowsservercore-1709`, `4.7.2`, `latest` (*4.7.2-windowsservercore-1709/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.2-windowsservercore-1709/runtime/Dockerfile)  | 
4 |  | -- [`4.7.1-windowsservercore-1709`, `4.7.1`, `latest` (*4.7.1-windowsservercore-1709/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.1-windowsservercore-1709/runtime/Dockerfile)  | 
 | 4 | +- [`4.7.1-windowsservercore-1709`, `4.7.1` (*4.7.1-windowsservercore-1709/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.1-windowsservercore-1709/runtime/Dockerfile)  | 
5 | 5 | - [`3.5-windowsservercore-1709`, `3.5` (*3.5-windowsservercore-1709/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/3.5-windowsservercore-1709/runtime/Dockerfile)  | 
6 | 6 | 
 
  | 
7 | 7 | # Supported Windows Server 2016 amd64 tags  | 
8 | 8 | 
 
  | 
9 | 9 | - [`4.7.2-windowsservercore-ltsc2016`, `4.7.2`, `latest` (*4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
10 |  | -- [`4.7.1-windowsservercore-ltsc2016`, `4.7.1`, `latest` (*4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
 | 10 | +- [`4.7.1-windowsservercore-ltsc2016`, `4.7.1` (*4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
11 | 11 | - [`4.7-windowsservercore-ltsc2016`, `4.7` (*4.7-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.7-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
12 | 12 | - [`4.6.2-windowsservercore-ltsc2016`, `4.6.2` (*4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
13 | 13 | - [`3.5-windowsservercore-ltsc2016`, `3.5` (*3.5-windowsservercore-ltsc2016/runtime/Dockerfile*)](https://github.com/Microsoft/aspnet-docker/blob/master/3.5-windowsservercore-ltsc2016/runtime/Dockerfile)  | 
@@ -65,13 +65,15 @@ For a comprehensive tutorial on running an ASP.NET app in a container, check out  | 
65 | 65 | 
 
  | 
66 | 66 | The `microsoft/aspnet` images come in different flavors, each designed for a specific use case.  | 
67 | 67 | 
 
  | 
68 |  | -### `4.7`  | 
 | 68 | +### `4.7.2`  | 
 | 69 | + | 
 | 70 | +This is the primary image. If you are unsure about what your needs are, you probably want to use this one.  | 
69 | 71 | 
 
  | 
70 | 72 | This image is for ASP.NET applications built for the .NET Framework 4.0 and later versions. It is based on the [dotnet-framework:4.7](https://hub.docker.com/r/microsoft/dotnet-framework/) image and includes .NET Framework Extensibility for IIS.  | 
71 | 73 | 
 
  | 
72 |  | -### `4.6.2`  | 
 | 74 | +### `4.7.1`, `4.7`, `4.6.2`  | 
73 | 75 | 
 
  | 
74 |  | -This image is for ASP.NET applications built for the .NET Framework 4.6.2. It is based on the [dotnet-framework:4.6.2](https://hub.docker.com/r/microsoft/dotnet-framework/) image and includes .NET Framework Extensibility for IIS.  | 
 | 76 | +These images are for ASP.NET applications that need a specific .NET Framework version and have not been tested with .NET Framework 4.7.2. They are based on the corresponding [dotnet-framework](https://hub.docker.com/r/microsoft/dotnet-framework/) images and include .NET Framework Extensibility for IIS.  | 
75 | 77 | 
 
  | 
76 | 78 | ### `3.5`  | 
77 | 79 | 
 
  | 
 | 
0 commit comments