diff --git a/4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile b/4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile index 3a10bd6..e076934 100644 --- a/4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile +++ b/4.6.2-windowsservercore-ltsc2016/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\vbc.exe /ExeConfig:c:\RoslynCompilers\tools\vbc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\VBCSCompiler.exe /ExeConfig:c:\RoslynCompilers\tools\VBCSCompiler.exe | ` diff --git a/4.7-windowsservercore-ltsc2016/runtime/Dockerfile b/4.7-windowsservercore-ltsc2016/runtime/Dockerfile index 7d6b99e..dbca5c3 100644 --- a/4.7-windowsservercore-ltsc2016/runtime/Dockerfile +++ b/4.7-windowsservercore-ltsc2016/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\vbc.exe /ExeConfig:c:\RoslynCompilers\tools\vbc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\VBCSCompiler.exe /ExeConfig:c:\RoslynCompilers\tools\VBCSCompiler.exe | ` diff --git a/4.7.1-windowsservercore-1709/runtime/Dockerfile b/4.7.1-windowsservercore-1709/runtime/Dockerfile index b3f1568..ef46d34 100644 --- a/4.7.1-windowsservercore-1709/runtime/Dockerfile +++ b/4.7.1-windowsservercore-1709/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\vbc.exe /ExeConfig:c:\RoslynCompilers\tools\vbc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\VBCSCompiler.exe /ExeConfig:c:\RoslynCompilers\tools\VBCSCompiler.exe | ` diff --git a/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile b/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile index fd9150e..0cc0ede 100644 --- a/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile +++ b/4.7.1-windowsservercore-ltsc2016/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe update ; ` &C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe update ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` diff --git a/4.7.2-windowsservercore-1709/runtime/Dockerfile b/4.7.2-windowsservercore-1709/runtime/Dockerfile index 7b62779..aa05177 100644 --- a/4.7.2-windowsservercore-1709/runtime/Dockerfile +++ b/4.7.2-windowsservercore-1709/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\vbc.exe /ExeConfig:c:\RoslynCompilers\tools\vbc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\VBCSCompiler.exe /ExeConfig:c:\RoslynCompilers\tools\VBCSCompiler.exe | ` diff --git a/4.7.2-windowsservercore-1803/runtime/Dockerfile b/4.7.2-windowsservercore-1803/runtime/Dockerfile index e92a72b..69963b1 100644 --- a/4.7.2-windowsservercore-1803/runtime/Dockerfile +++ b/4.7.2-windowsservercore-1803/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\vbc.exe /ExeConfig:c:\RoslynCompilers\tools\vbc.exe | ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\VBCSCompiler.exe /ExeConfig:c:\RoslynCompilers\tools\VBCSCompiler.exe | ` diff --git a/4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile b/4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile index 7abbc56..4917aec 100644 --- a/4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile +++ b/4.7.2-windowsservercore-ltsc2016/runtime/Dockerfile @@ -11,9 +11,9 @@ RUN Add-WindowsFeature Web-Server; ` Invoke-WebRequest -Uri https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.3/ServiceMonitor.exe -OutFile C:\ServiceMonitor.exe #download Roslyn nupkg and ngen the compiler binaries -RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg -OutFile c:\microsoft.net.compilers.2.3.1.zip ; ` - Expand-Archive -Path c:\microsoft.net.compilers.2.3.1.zip -DestinationPath c:\RoslynCompilers ; ` - Remove-Item c:\microsoft.net.compilers.2.3.1.zip -Force ; ` +RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.8.2.nupkg -OutFile c:\microsoft.net.compilers.2.8.2.zip ; ` + Expand-Archive -Path c:\microsoft.net.compilers.2.8.2.zip -DestinationPath c:\RoslynCompilers ; ` + Remove-Item c:\microsoft.net.compilers.2.8.2.zip -Force ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe update ; ` &C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe update ; ` &C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install c:\RoslynCompilers\tools\csc.exe /ExeConfig:c:\RoslynCompilers\tools\csc.exe | `