mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #789] Architecture property incorrect for non-x86 Docker images #545
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#545
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @cerebrate on GitHub (Dec 30, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/789
The bitwardenrs/server:raspberry image available on the Docker Hub has its os/arch set to linux/amd64 rather than linux/arm - in fact, all the non-x86 images seem to? See here - and so I'm unable to run the image on my Raspberry Pi-based Docker swarm. The service stays in "pending" state, with the error that no compatible nodes are available.
@mprasil commented on GitHub (Jan 3, 2020):
I'm closing this as duplicate of #797 as that one already has explanation of what's going on here and it seems to be the same issue. Let's continue the discussion there.