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" ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh RUN chmod 777 /.bashio-standalone.sh
USER netalertx
#WORKDIR / #WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ] #CMD [ "/ha_entrypoint.sh" ]

View File

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

View File

@@ -46,4 +46,4 @@ slug: netalertx
tmpfs: true tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons 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", "repository": "alexbelgium/hassio-addons",
"slug": "netalertx", "slug": "netalertx",
"source": "github", "source": "github",
"paused": true,
"upstream_repo": "jokob-sk/NetAlertX", "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 tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons 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", "last_update": "04-10-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "netalertx", "slug": "netalertx_fa",
"source": "github", "source": "github",
"paused": true,
"upstream_repo": "jokob-sk/NetAlertX", "upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "25.10.1" "upstream_version": "25.5.24"
} }