Custom Home Assistant Docker image with patched Broadlink and CockroachDB support.
Based on ghcr.io/home-assistant/home-assistant:stable with:
- python-broadlink (patch-24 branch)
- sqlalchemy-cockroachdb
docker pull ghcr.io/roflmao/docker-ha-roflmao:latestOr a specific Home Assistant version:
docker pull ghcr.io/roflmao/docker-ha-roflmao:2025.2.1A GitHub Actions workflow checks for new Home Assistant releases every 6 hours. When a new release is detected, it automatically builds and pushes to GHCR with both :latest and the HA version tag.
Builds can also be triggered manually from the Actions tab.
bash build.shOverride the image name or tag with environment variables:
IMAGE=my-registry/my-image TAG=dev bash build.sh