Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-05-19 15:41:11 +00:00
rodzic 75ee37be76
commit ae061b59a6
1 zmienionych plików z 11 dodań i 10 usunięć

Wyświetl plik

@ -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 `<your-ip>: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.