lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

Base image directly on official restic image #41

Closed M4a1x closed 4 years ago

M4a1x commented 4 years ago

Hi there,

while playing around with the image for my backup system I noticed that it didn't build (same as error as in #39). Instead of basing it on alpine linux as suggested I simply based it on the official restic image directly. This has the advantage of using Alpine Linux as base and having certs, ssh and fuse already installed.

I am not too familiar with Docker, so I don't know if this is a viable approach (for fixing #27, #29 and the build error in #39), but wanted to put it up for review. Maybe it's helpful :smile:

niondir commented 4 years ago

Closed due to #44