Non legacy (#33)

* disable legacy flag for each addon
* build.json for each addon
* update addons
This commit is contained in:
Arne Petersen
2020-02-20 03:16:31 +01:00
committed by GitHub
parent 23a46adf0e
commit d24589dae4
37 changed files with 264 additions and 61 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.0
- Update jackett to 0.13.127 (linuxserver/jackett:v0.13.127-ls54)
## 0.2.0
- Update jackett to 0.12.1638 (linuxserver/jackett:v0.12.1638-ls51)

View File

@@ -1,4 +1,6 @@
FROM linuxserver/jackett:v0.12.1638-ls51
ARG BUILD_FROM
# hadolint ignore=DL3006
FROM $BUILD_FROM
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/jackett|g" /etc/cont-init.d/30-config

13
jackett/build.json Normal file
View File

@@ -0,0 +1,13 @@
{
"build_from_template": {
"image": "linuxserver/jackett",
"version": "v0.13.127-ls54"
},
"build_from": {
"armhf": "linuxserver/jackett:arm32v7-v0.13.127-ls54",
"aarch64": "linuxserver/jackett:arm64v8-v0.13.127-ls54",
"amd64": "linuxserver/jackett:amd64-v0.13.127-ls54"
},
"squash": false,
"args": {}
}

View File

@@ -1,8 +1,7 @@
{
"name": "jackett",
"version": "0.2.0",
"version": "0.3.0",
"slug": "jackett",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-jackett",
"version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)"