update base images

This commit is contained in:
Arne Petersen
2019-06-08 09:34:04 +02:00
parent d5455a89d8
commit 733305621f
10 changed files with 164 additions and 164 deletions

View File

@@ -1,40 +1,40 @@
{
"name": "sonarr",
"version": "0.1.0",
"slug": "sonarr",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-sonarr"
},
"description": "PVR for usenet and bittorrent users",
"url": "https://github.com/petersendev/hassio-addons/sonarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8989]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-sonarr-{arch}"
}
"name": "sonarr",
"version": "0.1.1",
"slug": "sonarr",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-sonarr"
},
"description": "PVR for usenet and bittorrent users",
"url": "https://github.com/petersendev/hassio-addons/sonarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"8989/tcp": 8989
},
"ports_description": {
"8989/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8989]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-sonarr-{arch}"
}