I’m trying to set up the matter server in a docker container on a Raspberry Pi 4, running the latest Pi OS (Bookworm), and thus 64-bit and ARM v8. But when I try, I get
stable: Pulling from home-assistant-libs/python-matter-server
docker: no matching manifest for linux/arm/v8 in the manifest list entries.
Is there a way to get a v8 image? When I created an issue in home assistant core I got a brush-off.
First of all, running the Matter server yourself in docker is officially unsupported, meaning that we do not provide support for it and doing so is at your own risk and support.
So maybe docker is still unsupported.
I specifically asked about a docker image for Raspberry Pi 4, v8 architecture, but the response didn’t address the question.
I tried installing a dockerized matter on my new Raspberry Pi 5. It worked! I don’t know whether this is because a new architecture is supported or whether the Pi 5 is different from the Pi 4.