blacklabelops / volumerize

Docker Volume Backups Multiple Backends
https://hub.docker.com/r/blacklabelops/volumerize/
MIT License
557 stars 77 forks source link

ARM support #67

Closed jlelse closed 5 years ago

jlelse commented 5 years ago

I want to compile the Docker image on my arm32v7 server and see the Dockerfile uses "blacklabelops/alpine:3.8" as base image. Is there some magic behind this image or can it be easily replaced with the standard alpine image?

blacklabelops commented 5 years ago

The base image is here: https://github.com/blacklabelops/baseimages/tree/master/alpine

jlelse commented 5 years ago

Ok thanks, I'll probably have to combine those two Dockerfiles and exclude everything I don't need.

alex-dacosta commented 3 years ago

Hello I succeeded in doing so. Have a look to issue https://github.com/blacklabelops/volumerize/issues/83 Regards