mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Non legacy (#33)
* disable legacy flag for each addon * build.json for each addon * update addons
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM linuxserver/emby:4.3.1.0-ls26
|
||||
ARG BUILD_FROM
|
||||
# hadolint ignore=DL3006
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN sed -i "s|/config|/emby|g" /etc/services.d/emby/run \
|
||||
&& sed -i "s|/config|/emby|g" /etc/cont-init.d/30-config
|
||||
|
||||
13
emby/build.json
Normal file
13
emby/build.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/emby",
|
||||
"version": "4.3.1.0-ls26"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/emby:arm32v7-4.3.1.0-ls26",
|
||||
"aarch64": "linuxserver/emby:arm64v8-4.3.1.0-ls26",
|
||||
"amd64": "linuxserver/emby:amd64-4.3.1.0-ls26"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "emby",
|
||||
"version": "0.1.0",
|
||||
"slug": "emby",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-emby",
|
||||
"version_regex": "(\\d+\\.\\d+\\.\\d+.\\d+)-(ls\\d+)"
|
||||
|
||||
Reference in New Issue
Block a user