Page 1 of 1

[Build for Windows] Docker not found "windows" image

Posted: Mon Jun 15, 2020 8:01 pm
by Pavel
Hi,
i`m trying build for Windows in Ubuntu 20.04.
Using this instruction
https://dcpomatic.com/build/windows/

Code: Select all

cdist -p dcpomatic -t windows-64 package
This command tries to run "windows" image, but docker can`t find this.
What is this image?

Re: [Build for Windows] Docker not found "windows" image

Posted: Mon Jun 15, 2020 9:57 pm
by carl
Hi Pavel,

Sorry, those instructions are a bit out of date. Let me update them...

Re: [Build for Windows] Docker not found "windows" image

Posted: Mon Jun 15, 2020 10:06 pm
by carl
Would you like to take another look? Basically I think you need to build the docker image with the Dockerfile that is now listed on that page.

Re: [Build for Windows] Docker not found "windows" image

Posted: Tue Jun 16, 2020 7:29 am
by Pavel
Thank you!
I will try.