What's the best way to disable the hourly CRON job that updates Xeoma?
When you run this image specifying a specific version of Xeoma using environment variables, it starts up with the desired version. At some point, however, Xeoma gets updated to the latest version regardless of what is specified in the VERSION setting. This is undesirable because if the user's license doesn't cover the very latest version then Xeoma will stop working (switches to supporting 0 devices). The update occurs even if updating is disabled in the Xeoma GUI.
Ideally it wouldn't try to update if the user has specified anything other than "latest" for VERSION.
What's the best way to disable the hourly CRON job that updates Xeoma?
When you run this image specifying a specific version of Xeoma using environment variables, it starts up with the desired version. At some point, however, Xeoma gets updated to the latest version regardless of what is specified in the VERSION setting. This is undesirable because if the user's license doesn't cover the very latest version then Xeoma will stop working (switches to supporting 0 devices). The update occurs even if updating is disabled in the Xeoma GUI.
Ideally it wouldn't try to update if the user has specified anything other than "latest" for VERSION.