From dd7e15d11e12ae49a89b5309a086667e2e42e728 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 14 Mar 2019 05:44:45 -0400 Subject: [PATCH] Bot Updating Templated Files --- images/docker-duplicati.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/images/docker-duplicati.md b/images/docker-duplicati.md index 8f1fefd19e..09a32c9227 100755 --- a/images/docker-duplicati.md +++ b/images/docker-duplicati.md @@ -24,14 +24,6 @@ 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 @@ -139,8 +131,6 @@ 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).