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,4 +1,4 @@
FROM linuxserver/radarr:v0.2.0.1344-ls17
FROM linuxserver/radarr:v0.2.0.1344-ls19
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/radarr|g" /etc/services.d/radarr/run \

View File

@@ -1,40 +1,40 @@
{
"name": "radarr",
"version": "0.1.0",
"slug": "radarr",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-radarr"
},
"description": "A fork of Sonarr to work with movies à la Couchpotato",
"url": "https://github.com/petersendev/hassio-addons/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-radarr-{arch}"
}
"name": "radarr",
"version": "0.1.1",
"slug": "radarr",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-radarr"
},
"description": "A fork of Sonarr to work with movies à la Couchpotato",
"url": "https://github.com/petersendev/hassio-addons/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"ports_description": {
"7878/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"image": "petersendev/hassio-radarr-{arch}"
}