Merge pull request #2249 from alexbelgium/codex/pin-netalertx-and-fa-versions

Pin NetAlertX to 25.5.24
This commit is contained in:
Alexandre
2025-12-01 14:31:33 +01:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -76,8 +76,6 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh
USER netalertx
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]

View File

@@ -1,6 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/jokob-sk/netalertx:latest",
"amd64": "ghcr.io/jokob-sk/netalertx:latest"
"aarch64": "ghcr.io/jokob-sk/netalertx:25.5.24",
"amd64": "ghcr.io/jokob-sk/netalertx:25.5.24"
}
}

View File

@@ -46,4 +46,4 @@ slug: netalertx
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 25.10.1-4
version: 25.5.24

View File

@@ -3,6 +3,7 @@
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx",
"source": "github",
"paused": true,
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "25.10.1-2"
"upstream_version": "25.5.24"
}

View File

@@ -47,4 +47,4 @@ slug: netalertx_fa
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 25.10.1-3
version: 25.5.24

View File

@@ -1,8 +1,9 @@
{
"last_update": "04-10-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx",
"slug": "netalertx_fa",
"source": "github",
"paused": true,
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "25.10.1"
"upstream_version": "25.5.24"
}