What is the problem you're trying to solve
Currently there is no way that I'm aware of to build Windows 2025 containers using ACR task.
Given Windows Server 2022 will be EOL later this year we want to move forward with switch to 2025, since we are using ACR task to build Windows images we are blocked currently.
Describe the solution you'd like
I should have option to specify that I want to build Windows 2025 container, something like
az acr task create ... --platform Windows2025
Additional context
Right now it's failing with error:
Step 1/8 : FROM mcr.microsoft.com/windows/servercore:ltsc2025-amd64 ltsc2025-amd64: Pulling from windows/servercore a Windows version 10.0.26100-based image is incompatible with a 10.0.20348 host
What is the problem you're trying to solve
Currently there is no way that I'm aware of to build Windows 2025 containers using ACR task.
Given Windows Server 2022 will be EOL later this year we want to move forward with switch to 2025, since we are using ACR task to build Windows images we are blocked currently.
Describe the solution you'd like
I should have option to specify that I want to build Windows 2025 container, something like
az acr task create ... --platform Windows2025Additional context
Right now it's failing with error:
Step 1/8 : FROM mcr.microsoft.com/windows/servercore:ltsc2025-amd64 ltsc2025-amd64: Pulling from windows/servercore a Windows version 10.0.26100-based image is incompatible with a 10.0.20348 host