Hi,
did anyone manage to use ciq SDK 3.2.3 inside docker?
Even after copying the ~/.Garmin folder from my local installation to the container the build is still complaining about not being able to find the devices ...
Hi,
did anyone manage to use ciq SDK 3.2.3 inside docker?
Even after copying the ~/.Garmin folder from my local installation to the container the build is still complaining about not being able to find the devices ...
I did not try any other 3.2.X but directly switched from 3.1.9.
I tried to keep the same path to the SDK in the container as it is on the machine i copied the SDK data from but there seems to be something else missing...
The idea behind the docker image is to be able to build on a (headless) jenkins server so unless there is a "no GUI" way of running the sdkmanager this is not really an option :-(
Starting with 3.2, devices and fonts are split from the SDK. While the sdk can be anywhere, devices and fonts must be in a specific location.
On windows, that's c:\users\(you)\appdata\roaming\garmin\connectiq
I'm not sure what that path is on your setup.
Path for Linux is ~/.Garmin/ConnectIQ.
maybe i need to keep the path and the user - so far i only tried copying the files to my build users home folder or keeping the or keeping path (so in another users home folder form the build users POV)