change base image tag name since dotnet-framework update their tags on dockerhub

This commit is contained in:
Chiyuan Ma 2018-05-05 13:45:41 -07:00
Родитель 2e796d8b46
Коммит 7a728d443b
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:3.5-windowsservercore-1709
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-1709
RUN powershell -Command Add-WindowsFeature Web-Server & `
powershell -Command Add-WindowsFeature Web-Asp-Net & `

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:3.5-windowsservercore-ltsc2016
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2016
RUN powershell -Command Add-WindowsFeature Web-Server & `
powershell -Command Add-WindowsFeature Web-Asp-Net & `

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:4.6.2-windowsservercore-ltsc2016
FROM microsoft/dotnet-framework:4.6.2-runtime-windowsservercore-ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:4.7-windowsservercore-ltsc2016
FROM microsoft/dotnet-framework:4.7-runtime-windowsservercore-ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-1709
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-1709
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

Просмотреть файл

@ -1,6 +1,6 @@
# escape=`
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-ltsc2016
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]