You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install the docker image on an raspberry pi 5 but get an error using the following command (from the documentation):
[user@rpi~]$ sudo docker run -d --name matter-server --restart=unless-stopped --security-opt apparmor=unconfined -v $(pwd)/data:/data --network=host ghcr.io/home-assistant-libs/python-matter-server:stable
[sudo] password for user:
Unable to find image 'ghcr.io/home-assistant-libs/python-matter-server:stable' locally
stable: Pulling from home-assistant-libs/python-matter-server
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
[user@rpi~]$ uname -a
Linux rpi 6.12.6-1-rpi #1 SMP Fri Dec 20 07:26:40 MST 2024 armv7l GNU/Linux
seems that the image is not available for raspi 5. could this be provided? this would be awsome.
The text was updated successfully, but these errors were encountered:
My general recommendation is to install the 64-bits version of the OS in your Raspberry. It will make your life easier since many services are published for 64bits only due to missing 32bits libraries.
Hello,
I try to install the docker image on an raspberry pi 5 but get an error using the following command (from the documentation):
[user@rpi~]$ sudo docker run -d --name matter-server --restart=unless-stopped --security-opt apparmor=unconfined -v $(pwd)/data:/data --network=host ghcr.io/home-assistant-libs/python-matter-server:stable
[sudo] password for user:
Unable to find image 'ghcr.io/home-assistant-libs/python-matter-server:stable' locally
stable: Pulling from home-assistant-libs/python-matter-server
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
[user@rpi~]$ uname -a
Linux rpi 6.12.6-1-rpi #1 SMP Fri Dec 20 07:26:40 MST 2024 armv7l GNU/Linux
seems that the image is not available for raspi 5. could this be provided? this would be awsome.
The text was updated successfully, but these errors were encountered: