ttionya / vaultwarden-backup

Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)
MIT License
1.04k stars 119 forks source link

linux/arm/v6 Docker build #56

Closed Lcreager closed 2 years ago

Lcreager commented 2 years ago

Would it be possible to build this for linux/arm/v6 and pushed to docker hub?

ttionya commented 2 years ago

Rclone does not provide docker images for arm/v6, and supporting it requires modifying the way docker images are built, which can take some time.

Lcreager commented 2 years ago

Ah, that makes sense. I see rclone does build an armv6 binary, I will see if I can get them to push a docker image to the hub.

ttionya commented 2 years ago

@Lcreager ,

I tried to build an image for arm/v6, it's a beta version, I don't have an arm/v6 machine and I can't test it, can you please help me to make sure it works?

I'm having problems with the build process, I'm using two different Dockerfile builds, one with a special Dockerfile for arm/v6. Both builds have the same tag and the latter one overwrites the previous release, I'm trying to figure out how to fix it.

Lcreager commented 2 years ago

Yes, I will test. If it helps, I got rclone to make an armv6 build. It is currently in their beta tag right now, and at some point will get to the release tag.

ttionya commented 2 years ago

Okay, I'll wait for rclone to release the arm/v6 image and release a stable version.

Lcreager commented 2 years ago

I can confirm rclone and the backup script work for my webdav use case using the ttionya/vaultwarden-backup:1.11.2-beta.0 image.

So even not waiting for the arm/v6 image, your beta build did work.

Lcreager commented 2 years ago

When you get the chance, rclone just released and has an arm/v6 image which is now on docker hub.

ttionya commented 2 years ago

68

ttionya commented 2 years ago

@Lcreager ,

The ttionya/vaultwarden:latest is now available for the arm/v6 platform.

Please let me know if you have any questions.