Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4af0f92

Browse files
mcy94wHongGit
authored andcommitted
change base image tag name since dotnet-framework update their tags on dockerhub (#103)
1 parent 2e796d8 commit 4af0f92

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.5-windowsservercore-1709/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:3.5-windowsservercore-1709
3+
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-1709
44

55
RUN powershell -Command Add-WindowsFeature Web-Server & `
66
powershell -Command Add-WindowsFeature Web-Asp-Net & `

3.5-windowsservercore-ltsc2016/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:3.5-windowsservercore-ltsc2016
3+
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2016
44

55
RUN powershell -Command Add-WindowsFeature Web-Server & `
66
powershell -Command Add-WindowsFeature Web-Asp-Net & `

4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:4.6.2-windowsservercore-ltsc2016
3+
FROM microsoft/dotnet-framework:4.6.2-runtime-windowsservercore-ltsc2016
44

55
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
66

4.7-windowsservercore-ltsc2016/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:4.7-windowsservercore-ltsc2016
3+
FROM microsoft/dotnet-framework:4.7-runtime-windowsservercore-ltsc2016
44

55
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
66

4.7.1-windowsservercore-1709/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-1709
3+
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-1709
44

55
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
66

4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM microsoft/dotnet-framework:4.7.1-windowsservercore-ltsc2016
3+
FROM microsoft/dotnet-framework:4.7.1-runtime-windowsservercore-ltsc2016
44

55
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
66

0 commit comments

Comments
 (0)