platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.88k stars 793 forks source link

Docker image for PlatformIO remote #3704

Open noisymime opened 3 years ago

noisymime commented 3 years ago

PlatformIO Remote is a fantastic utility and something I use extensively for on hardware testing by including it in my CI/CD pipeline. For this to work requires the Remote to be available 24x7, which is currently doable, but only manually. I also tend to run into issues with the authentication on the Remote timing out after some number of days/weeks and needing to be manually logged back in etc.

What would be ideal is to have a Docker image of the Remote that can be easily (re)started, handles authentication, device udev rules etc.

There are a number of PlatformIO docker images already available, but none of these seem to be geared towards running the Remote specifically. Having something like this come officially from the project would be fantastic!

noisymime commented 12 months ago

Just checking in, I don't suppose there has been any consideration to adding a formal docker image for this?