Sign inSign up

m3adow/restic-builder

By m3adow

Updated almost 7 years ago

Build container for restic backup (https://github.com/restic/restic).

Image
0

1.1K

m3adow/restic-builder repository overview

Build container for Restic

This is a build container for restic (https://github.com/restic/restic), the fast, secure, efficient backup program. It will compile the newest restic version on every run and output it on STDOUT. Therefore the intended way of running it is like this:

docker run --rm m3adow/restic-builder > ~/bin/restic && docker rmi m3adow/restic-builder \
  && chmod +x ~/bin/restic

This is very useful to keep restic up to date on systems without official packages without need to permanently install the golang build environment.

Tag summary

Content type

Image

Digest

Size

294.3 MB

Last updated

almost 7 years ago

docker pull m3adow/restic-builder