NukeDockerBuild
NukeDockerBuild copied to clipboard
[BUG?] Windows version 10.0.20348-based image is incompatible with a 10.0.19045 host
Describe the issue
When I run the command docker pull ghcr.io/gillesvink/nukedockerbuild:15.0-windows-latest
I get
15.0-windows-latest: Pulling from gillesvink/nukedockerbuild
a Windows version 10.0.20348-based image is incompatible with a 10.0.19045 host
I'm running Windows 10 Professional and Windows Update says up to date.
To Reproduce Steps to reproduce the behavior:
- Open a Powershell window
- Run
docker pull ghcr.io/gillesvink/nukedockerbuild:15.0-windows-latest
Expected behavior The image running
Desktop (please complete the following information):
- OS: Windows
- Version 22H2 19045.4239
Additional context
If I'm not mistaken, an image built on ltsc2022
will not on under Windows 10 https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-10#windows-client-host-os-compatibility
If so, can you provide a version that will work on Windows 10 ?
Thank you
Hey, thanks for reporting this!
I'll investigate it soon, one possible solution might be to use the 2019 image instead. I'll check if that fixes and still is compatible with all packages. I'll let you know once I've made progress here.
Cheers, Gilles