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/hydra2:v2.6.10-ls23 FROM linuxserver/hydra2:v2.6.10-ls24
# use /data instead of /config for hass.io environment # use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \ RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \

View File

@@ -1,6 +1,6 @@
{ {
"name": "hydra2", "name": "hydra2",
"version": "0.1.0", "version": "0.1.1",
"slug": "hydra2", "slug": "hydra2",
"legacy": true, "legacy": true,
"maintenance": { "maintenance": {

View File

@@ -1,4 +1,4 @@
FROM linuxserver/nzbget:v21.0-ls15 FROM linuxserver/nzbget:v21.0-ls16
# use /data instead of /config for hass.io environment # use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/nzbget|g" /etc/services.d/nzbget/run \ RUN sed -i "s|/config|/config/nzbget|g" /etc/services.d/nzbget/run \

View File

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

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 # use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/radarr|g" /etc/services.d/radarr/run \ RUN sed -i "s|/config|/config/radarr|g" /etc/services.d/radarr/run \

View File

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

View File

@@ -1,4 +1,4 @@
FROM linuxserver/sonarr:2.0.0.5322-ls18 FROM linuxserver/sonarr:2.0.0.5322-ls19
# use /data instead of /config for hass.io environment # use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/sonarr|g" /etc/services.d/sonarr/run \ RUN sed -i "s|/config|/config/sonarr|g" /etc/services.d/sonarr/run \

View File

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

View File

@@ -1,4 +1,4 @@
FROM linuxserver/znc:znc-1.7.3-ls14 FROM linuxserver/znc:znc-1.7.3-ls15
# use /data instead of /config for hass.io environment # use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/znc|g" /etc/services.d/znc/run \ RUN sed -i "s|/config|/config/znc|g" /etc/services.d/znc/run \

View File

@@ -1,42 +1,42 @@
{ {
"name": "znc", "name": "znc",
"version": "0.1.0", "version": "0.1.1",
"slug": "znc", "slug": "znc",
"legacy": true, "legacy": true,
"maintenance": { "maintenance": {
"github_release": "https://github.com/linuxserver/docker-znc" "github_release": "https://github.com/linuxserver/docker-znc"
}, },
"description": "IRC network bouncer", "description": "IRC network bouncer",
"url": "https://github.com/petersendev/hassio-addons/znc", "url": "https://github.com/petersendev/hassio-addons/znc",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armhf" "armhf"
], ],
"ports": { "ports": {
"6500/tcp": 6500, "6500/tcp": 6500,
"6501/tcp": 6501 "6501/tcp": 6501
}, },
"ports_description": { "ports_description": {
"6500/tcp": "no SSL", "6500/tcp": "no SSL",
"6501/tcp": "SSL" "6501/tcp": "SSL"
}, },
"map": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw",
"ssl" "ssl"
], ],
"webui": "http://[HOST]:[PORT:6500]", "webui": "http://[HOST]:[PORT:6500]",
"boot": "auto", "boot": "auto",
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001 "PGID": 1001
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?" "TZ": "str?"
}, },
"image": "petersendev/hassio-znc-{arch}" "image": "petersendev/hassio-znc-{arch}"
} }