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
Originally created by @iamwalde on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2490
### 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

GiteaMirror
added the bug label 2026-07-17 04:19:45 -05:00
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-arm32v6
Or try the alpine image vaultwarden/server:alpine
<!-- gh-comment-id:1135849876 -->
@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-arm32v6`
Or try the alpine image `vaultwarden/server:alpine`
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.
<!-- gh-comment-id:1135856249 -->
@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.
Yeah I can confirm, that alpine works armv6 not.
And I`m already using automatically the armv6 Image (see screenshot).
.
<!-- gh-comment-id:1135857372 -->
@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).

.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @iamwalde on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2490
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).
.