From 7e373a75fc2d38e6a161d335954b3eb07f2b4d31 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 12 Mar 2019 03:16:47 -0400 Subject: [PATCH] Bot Updating Templated Files --- images/docker-ombi.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/images/docker-ombi.md b/images/docker-ombi.md index 55b66ad0a..45eb92e58 100755 --- a/images/docker-ombi.md +++ b/images/docker-ombi.md @@ -12,7 +12,7 @@ If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. -Even automatically sent them weekly newsletters of new content that has been added to your Plex server! +Even automatically send them weekly newsletters of new content that has been added to your Plex server! ## Supported Architectures @@ -28,6 +28,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 | Stable Ombi releases | +| development | Releases from the `develop` branch of Ombi | ## Usage @@ -47,11 +55,6 @@ docker create \ linuxserver/ombi ``` -Using tags, you can choose between various versions of ombi. No tag is required to remain on the latest stable release. -Add one of the tags, if required, to the `linuxserver/ombi` line of the run/create command in the following format, `linuxserver/ombi:development` -The development tag will be the latest commit in the `develop` branch of ombi. -HOWEVER, USE THE DEVELOPMENT BRANCH AT YOUR OWN PERIL !!!!!!!!! - ### docker-compose @@ -134,8 +137,9 @@ Access the webui at `:3579`. Follow the setup wizard on initial install ## Versions +* **22.02.19:** - Clarify info on tags and development builds. * **25.01.19:** - Add info on tags and development builds. -* **17.12.18:** - Switch to multi-arch builds and add aarch64 image. +* **09.01.19:** - Switch to multi-arch builds and add aarch64 image. * **11.03.18:** - Add HOME env to Dockerfile. * **05.03.18:** - Switch to Ombi v3 stable based on .net core. * **26.01.18:** - Fix continuation lines.