microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
698 stars 334 forks source link

Add .NET Fx 4.8.1 Dockerfiles #996

Closed mthalman closed 1 year ago

mthalman commented 2 years ago

Adds .NET Fx 4.8.1 Dockerfiles. As far as support for Windows Server, 4.8.1 is only supported on Windows Server 2022 so that is the only version being included here.

This is marked as a draft PR right now because further changes will be needed. But it is ready to review. Right now 4.8.1 is configured to be installed by itself. But as part of the September servicing release, a 4.8.1 patch will be installed as well. That will require a template and Dockerfile change.

In addition to new 4.8.1 Dockerfiles, these changes also add the 4.8.1 reference assemblies to the other SDK versions. This allows, for example, a 4.8 SDK container to be used to build (but not run or test) a 4.8.1 project.

Fixes https://github.com/microsoft/dotnet-framework-docker/issues/981

mthalman commented 1 year ago

Marking this as ready to review now. I will merge this in prior to creating the PR for the servicing updates.