Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image not running on Pi 0 W hassOS #5

Open
singe opened this issue Jan 7, 2020 · 4 comments
Open

Docker image not running on Pi 0 W hassOS #5

singe opened this issue Jan 7, 2020 · 4 comments

Comments

@singe
Copy link

singe commented Jan 7, 2020

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.

@yozik04
Copy link
Contributor

yozik04 commented Jan 7, 2020

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

@yozik04
Copy link
Contributor

yozik04 commented Jan 7, 2020

Did you built on your Pi Zero?

@singe
Copy link
Author

singe commented Jan 7, 2020 via email

yozik04 added a commit to ParadoxAlarmInterface/pai that referenced this issue Jun 11, 2020
@yozik04
Copy link
Contributor

yozik04 commented Jun 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants