jcefmaven / jcefbuild

Builds for JCef
Apache License 2.0
88 stars 64 forks source link

Local build results in "a Windows version 10.0.20348-based image is incompatible with a 10.0.19045 host" #15

Closed tlappe closed 1 month ago

tlappe commented 1 month ago

Trying to build jcef but the build failed. I'm running Windows 10 Pro on my laptop and I'm not able to update to Windows 11. Is there any way to run this build on my system?

C:\Users\Tim\Development\jcefbuild>compile_windows.bat amd64 Debug
Sending build context to Docker daemon  1.258MB
Step 1/6 : FROM friwidev/jcefdocker:windows-latest
windows-latest: Pulling from friwidev/jcefdocker
a Windows version 10.0.20348-based image is incompatible with a 10.0.19045 host
Unable to find image 'jcefbuild:latest' locally
docker: Error response from daemon: pull access denied for jcefbuild, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Error response from daemon: No such container: jcefbuild
FriwiDev commented 1 month ago

Hey there, if the windows version is unsupported (I've never used Windows 11), then you will need to rebuild the jcefdocker image for your windows version. Most likely you will just need to update the base image but theoretically there could be other issues with the install process as well. Sadly I can not really give support on this topic. But make sure to have a look at the jcefdocker repository in this organization as well - it contains the setup scripts for the build images :)