-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update 1.25.0 not working with Raspberry Pi Zero W (armv6) #2490
Labels
bug
Something isn't working
Comments
I'm not sure where you got that image from. Since if i try to pull that specific SHA256 ID it fails. Or try the alpine image |
Also, i do see an issue with the 1.25.0 armv6 image, i can't seem to start it my self either. |
BlackDex
added a commit
to BlackDex/vaultwarden
that referenced
this issue
May 24, 2022
It looks like the armv6 bullseye images are missing a symlink to the dynamic linker. The previous buster images had this symlink there, bullseye does not. This PR fixes adds that symlink again for only the Debian armv6 build. Resolves dani-garcia#2490
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 found
This 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
The text was updated successfully, but these errors were encountered: