For those who develop a service but are not necessarily comfortable with Docker, I propose to build your images to allow the community to test your integrations!
You just need to give me the info (service, GitHub link) here.
Image updates will be done frequently depending on my availability
I did docker pull pebou/gladys:4.0.0-beta-integration-arduino
I restarted, did docker stop just in case it changes something: I am still on the old version (I think) my installation is still configured:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c72c17fee6c7 bastilimbach/docker-magicmirror "./docker-entrypointâŠ" 3 days ago Created magic_mirror
8c805baf4369 nodered/node-red "npm start --cache /âŠ" 3 days ago Exited (0) 23 hours ago 0.0.0.0:1880->1880/tcp mynodered
9685d96b61ef gladysassistant/gladys:4.0.0-beta-arm "docker-entrypoint.sâŠ" 9 days ago Up 32 minutes gladys
21854d30a80c 616f5610c614 "docker-entrypoint.sâŠ" 9 days ago Up 8 minutes gladysarduino
b097e384cc1e containrrr/watchtower "/watchtower --cleanâŠ" 9 days ago Exited (1) 9 days ago watchtower
Itâs the watchtower container that performs the update, in your screenshot it is stopped.
If you manually update (docker pull) you need to destroy and then recreate the container. A restart is not sufficient because the image used will always be the same.
Ok thanks, I restarted watchtower, deleted and reinstalled the container.
Maybe itâs normal, but I still have my buttons created in the old version on the front end with a reset of the Arduino SETUP part. And bugs everywhere:
No Arduino detection (no port is displayed)
A « Arduino connected » setup page that appears on all other pages (on the dashboard for example). And in Arduino specifically, device creation is impossible and it crashes the page.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e036228fe34b containrrr/watchtower:latest "/watchtower --cleanâŠ" 23 minutes ago Up 23 minutes 8080/tcp watchtower
2c1c670feaed gladysassistant/gladys:4.0.0-beta-arm "docker-entrypoint.sâŠ" 23 minutes ago Up 23 minutes gladys
c72c17fee6c7 bastilimbach/docker-magicmirror "./docker-entrypointâŠ" 3 days ago Created magic_mirror
8c805baf4369 nodered/node-red "npm start --cache /âŠ" 4 days ago Exited (0) 33 hours ago 0.0.0.0:1880->1880/tcp mynodered