update readme, add tag info
This commit is contained in:
15
README.md
15
README.md
@@ -64,12 +64,15 @@ docker create \
|
||||
linuxserver/sonarr
|
||||
```
|
||||
|
||||
You can choose between ,using tags, various branch versions of sonarr, no tag is required to remain on the main branch.
|
||||
### Version Tags
|
||||
|
||||
Add one of the tags, if required, to the linuxserver/sonarr line of the run/create command in the following format, linuxserver/sonarr:develop
|
||||
#### 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.
|
||||
|
||||
+ **develop**
|
||||
| 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
|
||||
@@ -129,6 +132,8 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
|
||||
|
||||
Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](https://sonarr.tv/).
|
||||
|
||||
|
||||
|
||||
## Support Info
|
||||
|
||||
* Shell access whilst the container is running: `docker exec -it sonarr /bin/bash`
|
||||
@@ -140,7 +145,7 @@ Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](ht
|
||||
|
||||
## Versions
|
||||
|
||||
* **08.09.18:** - Adding Multi arch images and pipeline build logic
|
||||
* **01.02.19:** - Multi arch images and pipeline build logic
|
||||
* **15.12.17:** - Fix continuation lines.
|
||||
* **12.07.17:** - Add inspect commands to README, move to jenkins build and push.
|
||||
* **17.04.17:** - Switch to using inhouse mono baseimage, adds python also.
|
||||
|
||||
@@ -18,12 +18,15 @@ available_architectures:
|
||||
optional_block_1: true
|
||||
optional_block_1_items:
|
||||
- |
|
||||
You can choose between ,using tags, various branch versions of sonarr, no tag is required to remain on the main branch.
|
||||
|
||||
Add one of the tags, if required, to the linuxserver/sonarr line of the run/create command in the following format, linuxserver/sonarr:develop
|
||||
#### Tags
|
||||
|
||||
+ **develop**
|
||||
### 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) |
|
||||
|
||||
# container parameters
|
||||
param_container_name: "{{ project_name }}"
|
||||
@@ -47,7 +50,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "08.09.18:", desc: "Adding Multi arch images and pipeline build logic" }
|
||||
- { date: "01.02.19:", desc: "Multi arch images and pipeline build logic" }
|
||||
- { date: "15.12.17:", desc: "Fix continuation lines." }
|
||||
- { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push." }
|
||||
- { date: "17.04.17:", desc: "Switch to using inhouse mono baseimage, adds python also." }
|
||||
|
||||
Reference in New Issue
Block a user