ALPHA: Homebridge Docker Release alpha-2026-06-19
·
1 commit
to latest
since this release
Homebridge Docker Image
This Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API.
This is a multi-arch image and will run on x86_64, Raspberry Pi 2, 3, 4, Zero 2 W, or other Docker-enabled ARMv7/8 devices. Docker will automatically pull the correct image for your system.
| Image Tag | Architectures | Base Image | Release Type |
|---|---|---|---|
| latest, ubuntu | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Stable |
| synology | amd64, arm32v7, arm64v8 | Ubuntu 22.04 | Stable |
| beta | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Beta |
| alpha | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Alpha |
| legacy | amd64, arm32v7, arm64v8 | Ubuntu 24.04 | Legacy |
Release Types
- Stable (
latest,ubuntu): Stable releases using the latest stable versions of Homebridge and plugins - Legacy (
legacy,legacy): Stable releases using the latest stable versions of Homebridge 1.x and plugins - Beta (
beta): Pre-release versions with beta versions of Homebridge and the Homebridge UI for testing new features - Alpha (
alpha): Early pre-release versions with alpha versions of Homebridge and the Homebridge UI for early testing and development
Current Package Manifest:
Docker.manifest
Homebridge Docker Package Manifest
Release Version: alpha-2026-06-19
| Package | Version |
|---|---|
| Ubuntu | 24.04 |
| ffmpeg for homebridge | v2.2.2 |
| Homebridge APT Package | v2.0.8-alpha.20260619 |
| NodeJS | 24.17.0 |
| Homebridge UI | 6.0.0-alpha.1 |
| Homebridge | 2.0.0-alpha.81 |
Docker Build Instruction Changes
- @homebridge/homebridge-apt-pkg: Updated from 2.0.6-alpha.20260604 to 2.0.8-alpha.20260619
Changes Since Previous Release (alpha-2026-06-04):
Changes in Docker.manifest
- |Homebridge APT Package|v2.0.6-alpha.20260604|
+ |Homebridge APT Package|v2.0.8-alpha.20260619|
- |NodeJS|24.16.0|
+ |NodeJS|24.17.0|Docker Homebridge Changes
Code Changes
- Update alpha dependencies in alpha (#1003) (
9153d75) - Update beta dependencies in beta (#1002) (
dfdda28) - Update stable dependencies in . (#1001) (
14bbd81) - Update beta dependencies in beta (#999) (
88c521a) - Update beta dependencies in beta (#998) (
e059715) - Update synology dependencies in synology (#997) (
c0ec4c3) - Update beta dependencies in beta (#996) (
ed389dc) - Update stable dependencies in . (#995) (
d115723)