ambianic / ambianic-edge

The core runtime engine for Ambianic Edge devices.
https://ambianic.ai
Apache License 2.0
108 stars 45 forks source link

Graceful Edge upgrade over the air (OTA) #166

Closed ivelin closed 4 years ago

ivelin commented 4 years ago
ivelin commented 4 years ago

What are the stable options for Raspberry Pi & docker OTA updates?

Resources: https://hub.mender.io/t/how-to-update-a-docker-container-with-a-raspberry-pi-3/1106 https://www.balena.io/docs/reference/OS/updates/update-process/

ivelin commented 4 years ago

We introduced docker-compose.yaml with watchtower in our quick start guide about a month ago. It has worked well for users and has been able to seamlessly update ambianic-edge when new versions are released.

Closing this issue as the watchtower solution has worked well and it is no longer a pain point reported by end users.