WDCommunity / wdpksrc

Cross compilation framework to create native packages for the Western Digital My Cloud
BSD 3-Clause "New" or "Revised" License
212 stars 54 forks source link

More recent docker #111

Open Gandulf78 opened 1 year ago

Gandulf78 commented 1 year ago

Hi. Could you please release a more recent Docker version? I tried to compile docker 20.10.20 with the scripts on my wdex2ultra but did not succeed (compilation error : non arm/v7 binaries). Thank you.

darodi commented 1 year ago

@Gandulf78

Have you tried this? https://github.com/JediNite/docker-ce-WDEX4100-binaries

Gandulf78 commented 1 year ago

Finally I succeeded by building docker 20.10.17 on my Mac (not on the WDMyCloudEX2Ultra) following this advice

http://postbits.de/syncthing.html

I did not succeed to compile the binaries on the WDMyCloudEX2Ultra as @JediNite though. The compilation always fails during the docker CLI compilation (whatever the docker version). I have also noticed that the patch need be to adapted for the latest docker versions).

JediNite commented 1 year ago

I have also noticed that the patch need be to adapted for the latest docker versions).

@Gandulf78 , yeah seems versions newer then that build don't work. I had to use an older version of the debian OS within the docker containers for the build previously up to that version, but it looks like in the docker source code now ,it does not work with the older versions of debian for building anymore. Not found a workaround for this yet unfortunately.