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

Commit 375e0c3

Browse files
committed
Update dotnet-framework references to utilize mcr images
1 parent c418554 commit 375e0c3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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-runtime-windowsservercore-1709
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-1709
44

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

3.5-windowsservercore-1803/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-runtime-windowsservercore-1803
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-1803
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-runtime-windowsservercore-ltsc2016
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-ltsc2016
44

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

3.5-windowsservercore-ltsc2019/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-runtime-windowsservercore-ltsc2019
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:3.5-windowsservercore-ltsc2019
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-runtime-windowsservercore-ltsc2016
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.6.2-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-runtime-windowsservercore-ltsc2016
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7-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-runtime-windowsservercore-1709
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7.1-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-runtime-windowsservercore-ltsc2016
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7.1-windowsservercore-ltsc2016
44

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

4.7.2-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.2-runtime-windowsservercore-1709
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7.2-windowsservercore-1709
44

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

4.7.2-windowsservercore-1803/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.2-runtime-windowsservercore-1803
3+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7.2-windowsservercore-1803
44

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

0 commit comments

Comments
 (0)