mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Update 1.25.0 not working with Raspberry Pi Zero W (armv6) #1275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iamwalde on GitHub (May 24, 2022).
Subject of the issue
Update 1.25.0 not working with Raspberry Pi Zero W (armv6)
The latest update (1.25.0) seems not to work for armv6 devices. I can not accesst the web interface. Viewing the log files in Portainer shows me the following error:
/start.sh: 25: exec: /vaultwarden: not foundThis error only occur with Raspberry Pi Zero W (armv6) images (I have several of them). Runing Bitwarden with Raspberry Pi Zero W 2 (armv7) works without any problems. If I go back to the 1.24.0 version everything works as intended again.
So I guess the armv6 Image is broken?!
Steps to reproduce
Simply install the Bitwarden on Raspberry Pi Zero: docker run -d --name vaultwarden -v vw-data:/data/ -p 80:80 vaultwarden/server:latest
Troubleshooting data
@BlackDex commented on GitHub (May 24, 2022):
I'm not sure where you got that image from. Since if i try to pull that specific SHA256 ID it fails.
Try to pull it in again, or for that specific platform try to use
vaultwarden/server:latest-arm32v6Or try the alpine image
vaultwarden/server:alpine@BlackDex commented on GitHub (May 24, 2022):
Also, i do see an issue with the 1.25.0 armv6 image, i can't seem to start it my self either.
The Alpine image does work btw.
@iamwalde commented on GitHub (May 24, 2022):
Yeah I can confirm, that alpine works armv6 not.

And I`m already using automatically the armv6 Image (see screenshot).
.