dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
36.29k stars 1.76k forks source link

Missing ARM/Raspberry images for bitwardenrs/server-mysql #844

Closed maxirus closed 4 years ago

maxirus commented 4 years ago

Subject of the issue

Docker Hub missing Tags for ARM & Raspberry Pi images for the MySQL version of bitwardenrs/server.

The standard version (SQLite) has these builds/tags (See here)

Your environment

Steps to reproduce

Navigate to the Docker Hub repo for bitwardenrs/server-mysql: https://hub.docker.com/r/bitwardenrs/server-mysql/tags

Expected behaviour

Expected there to be tags for armv6 and raspberry (ie. 1.13.1-raspberry) much like the bitwardenrs/server repo.

Actual behaviour

Only amd64 compatible images exist in the bitwardenrs/server-mysql repo.

Relevant logs

mprasil commented 4 years ago

Please see #530. Closing this as duplicate.