Releases: homebridge/docker-homebridge
Releases · homebridge/docker-homebridge
1.1.2
x86_64:
docker pull oznu/homebridge:1.1.2
Raspberry Pi (armhf):
docker pull oznu/homebridge:1.1.2-raspberry-pi
Change Log
- Cleanup Avahi on container restart (#7)
- Added basic tests with Travis CI (#8)
- If the Homebridge process in the container ends the container will now exit. (#9)
- Use a docker restart policy instead. eg.
--restart=always
.
- Use a docker restart policy instead. eg.
1.1.1
1.1.0
x86_64:
docker pull oznu/homebridge:1.1.0
Raspberry Pi (armhf):
docker pull oznu/homebridge:1.1.0-raspberry-pi
Change Log
- Implemented s6-overlay for container process management.
- Homebridge will no longer run as root.
- Provide the ability to set UID and GID for homebridge process and
/homebridge
file ownership. - Avahi and dbus processes are now monitored and will restart automatically if they quit unexpectedly.
- Upgraded Node.js to the latest LTS version (6.11.0).
- Base image is now the same for ARM and x86_64 builds.