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
692 stars 332 forks source link

Add support for Server 2025 #1146

Open MichaelSimons opened 1 week ago

MichaelSimons commented 1 week ago

New Windows Release

Windows version: Server 2025

Related to https://github.com/dotnet/core/issues/9374

Prep Tasks

    • [ ] Update the test data for each of the test classes to include the new Windows version
    • [ ] Run the update-dependencies tool to generate the new Dockerfiles and update all the necessary files:
      • [ ] dotnet run --project .\eng\update-dependencies
    • [ ] Inspect generated changes for correctness
    • [ ] Test the images
        • [ ] Create a local VM of the new Windows version
        • [ ] Clone this repo with the above changes onto the VM
        • [ ] Run .\build-and-test.ps1 -OS windowsservercore-<VERSION> to build and test your changes
    • [ ] Commit generated changes
    • [ ] Create PR
    • [ ] Get PR signoff. Don't merge PR to main.

Release Day Tasks