mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
[GH-ISSUE #789] Architecture property incorrect for non-x86 Docker images #17318
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 @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.