LSIO discontinued arm32v7

This commit is contained in:
Alexandre
2023-07-22 09:12:43 +02:00
parent be81dc8986
commit f7f096fc96
25 changed files with 134 additions and 32 deletions

View File

@@ -1,12 +1,17 @@
- Arm32v7 discontinued by linuxserver, latest working version pinned
### 3.0.10.1567-2 (19-03-2023)
- Minor bugs fixed
- Corrected ingress bug https://github.com/alexbelgium/hassio-addons/issues/758
## 3.0.10.1567 (18-03-2023)
- Update to latest version from linuxserver/docker-sonarr
- Implemented healthcheck
## 3.0.10.1566 (11-03-2023)
- Update to latest version from linuxserver/docker-sonarr
- Add ingress_disabled option
- Ingress addition

View File

@@ -2,9 +2,9 @@
"build_from": {
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/sonarr:amd64-latest",
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-latest"
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-3.0.9.1549-ls173"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}