Update Dockerfile FROM instructions to utilize mcr base images (#36)
This commit is contained in:
Родитель
02a31e7d95
Коммит
bdae3c7f7c
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.6.2-windowsservercore-ltsc2016
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.6.2-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7-windowsservercore-ltsc2016
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7.1-windowsservercore-1709
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.1-windowsservercore-1709
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7.1-windowsservercore-ltsc2016
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.1-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7.2-windowsservercore-1709
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-1709
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7.2-windowsservercore-1803
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-1803
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM microsoft/aspnet:4.7.2-windowsservercore-ltsc2016
|
||||
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-ltsc2016
|
||||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче