Docker images: raspberrypi4-homeassistant vs homeassistant

Hello,
I’ve just seen there are two different docker images on Docker Hub:

  • homeassistant/raspberrypi4-homeassistant
  • homeassistant/home-assistant

I can suppose the first one is customized for Raspberry Pi 4, but I couldn’t find information on what these customizations could be. Does anyone have information about them?
Regards,

1 Like

It is as you supposed, drivers,etc for that specific hardware platform. Here are the details of all the docker images: The machine directory will show you the additional steps/libraries, etc it installs for the Pi on top of the base CPU architecture image…

Thank you very much. That’s what I just needed.

Following that, I’ve checked the raspberrypi4 machine file and I see it installs GPIO, but I couldn’t make GPIO work with HassIO on my Raspberry 4. However, it worked without issues when I just deployed Home Assistant using Raspbian and Docker directly.

I guess then, there is some kind of problem with HassIO + this machine image.

Regards,