From a498eaa540a4cd6f60c53e4e4cd08b1646d2a648 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 28 Feb 2019 17:05:40 -0500 Subject: [PATCH] Bot Updating Templated Files --- images/docker-duplicati.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/images/docker-duplicati.md b/images/docker-duplicati.md index 13f81aa415..14dd90d294 100755 --- a/images/docker-duplicati.md +++ b/images/docker-duplicati.md @@ -24,6 +24,14 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v6-latest | +## Version Tags + +This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them. + +| Tag | Description | +| :----: | --- | +| latest | Beta releases of Duplicati | +| development | Canary releases of Duplicati | ## Usage @@ -132,6 +140,8 @@ The webui is at `:8200` , create backup jobs etc via the webui, for loc ## Versions +* **28.02.19:** - Allow access from all hostnames, clarify info on image tags. +* **13.01.19:** - Use jq instead of awk in dockerfiles. * **11.01.19:** - Multi-arch image. * **09.12.17:** - Fix continuation lines. * **31.08.17:** - Build only beta or release versions (thanks deasmi).