WDCommunity / wdpksrc

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

Update docker support for OS5 for ARM WD NAS versions #68

Closed JediNite closed 3 years ago

JediNite commented 3 years ago

This pull request expands on @irctrakz's pull request raised in https://github.com/WDCommunity/wdpksrc/pull/66 by simplifying the logic used to determine the URL for downloading docker since the official packages can now be used on ARM NAS.

The maximum version that works on an EX4100 is 19.03.8 but on x86_64 based NAS is 19.03.13, so changed some of the logic in the install.sh script to change the version installed if on an ARM NAS.

The references to portainer have been updated to portainer-ce where necessary.