stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
363 stars 241 forks source link

Switch to an officially-maintained Raspberry-Pi compatible Docker image #135

Closed airdrummingfool closed 6 years ago

airdrummingfool commented 6 years ago

This PR switches the Raspberry Pi dockerfile's base image to the official node.js image for node 6. The hypriot images are deprecated:

DEPRECATION NOTICE Use the 'official' Node.js images at https://hub.docker.com/r/arm32v7/node/ instead for Raspberry Pi 2 and 3.

I've been running this version for a few days now with no errors or issues.

N.B: I'm not sure if the hypriot image supported the Raspberry Pi 1, but this new base image does not. So if this project needs to support RPi 1, this should not be merged.