From 08ee4844fa35dcc7134be651f4546c259398a053 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 19 May 2019 15:41:11 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-sonarr.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/images/docker-sonarr.md b/images/docker-sonarr.md index 8c8471cb39..c4c8ba2e9f 100644 --- a/images/docker-sonarr.md +++ b/images/docker-sonarr.md @@ -25,6 +25,16 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v7-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 | Stable releases from Sonarr (currently v2) | +| develop | Development releases from Sonarr (currently v2) | +| preview | Preview releases from Sonarr (currently v3) | +| 5.14 | Stable Sonarr releases, but run on Mono 5.14 | ## Usage @@ -46,16 +56,6 @@ docker create \ linuxserver/sonarr ``` -### 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 | stable builds from the master branch of sonarr (currently v2) | -| develop | development builds from the develop branch of sonarr (currently v2) | -| preview | preview builds from the phantom-develop branch of sonarr (currently v3) | - ### docker-compose @@ -142,6 +142,7 @@ Access the webui at `:8989`, for more information check out [Sonarr](ht ## Versions +* **10.05.19:** - Rebase to Bionic. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **01.02.19:** - Multi arch images and pipeline build logic * **15.12.17:** - Fix continuation lines.