ParadoxAlarmInterface / hassio-repository

HASS.IO repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image not running on Pi 0 W hassOS

singe opened this issue · comments

The docker image wasn't running on hassOS on a Raspberry Pi Zero W.

Arm architectures don't seem to have a canonical arch name (armhf, armv6l, arm/v6 oh my) and I got a little confused. It seems the 1.3.1 docker image doesn't have a arm/v6 image (from https://hub.docker.com/r/paradoxalarminterface/pai/tags) but even when I tried 1.4.0, latest, or dev-latest which do have an arm/v6 build they just didn't run.

I built a new image with BuildKit from a clone of the pai repo, and this ran fine:
docker buildx build --platform linux/arm/v6 -t singelet/pai:latest --push .

https://hub.docker.com/r/singelet/pai/tags if you'd like to inspect it.

Can you install mosquitto hass addon there? Does it run? I took all config from there.

Did you built on your Pi Zero?

Maybe it is solved now in dev-latest. It is actually docker bug from 2017...