diff --git a/NEWS b/NEWS index 4ed5d9623..2b8a49d5a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 1.2.12.dev0 * #111: Update Borg create --filter values so a dry run lists files to back up. + * #113: Update README with link to a new/forked Docker image. 1.2.11 * #108: Support for Borg create --progress via borgmatic command-line flag. diff --git a/README.md b/README.md index c97b2c6df..90c4d72b8 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,10 @@ you're using Python 3, as borgmatic does not support Python 2. ### Other ways to install - * [A borgmatic Docker image](https://hub.docker.com/r/b3vis/borgmatic/) based + * [A borgmatic Docker image](https://hub.docker.com/r/monachus/borgmatic/) based + on Alpine Linux. + * [Another borgmatic Docker image](https://hub.docker.com/r/b3vis/borgmatic/) based on Alpine Linux. - * [Another borgmatic Docker image](https://hub.docker.com/r/coaxial/borgmatic/) based - on Alpine Linux, updated automatically whenever the Alpine image updates. * [A borgmatic package for Fedora](https://bodhi.fedoraproject.org/updates/?search=borgmatic). * [A borgmatic package for Arch