Add frigate-notify nix container build

Mirrors 0x2142/frigate-notify at v0.5.4 and builds it locally with
buildGoModule + dockerTools.buildLayeredImage for the ringtail k3s
cluster. Uses the `goolm` build tag to avoid the libolm CGO dependency
(our alerting config only uses ntfy, but the matrix notifier is
imported unconditionally).

Kustomization update (image swap to registry.ops.eblu.me) will follow
post-merge once a main-SHA tag is released.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-21 09:23:37 -07:00
commit 9a044b12c6
2 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1 @@
Add local nix container build for `frigate-notify` (`containers/frigate-notify/default.nix`) so the Frigate→ntfy bridge is rebuilt on ringtail from the forge mirror instead of pulled from `ghcr.io/0x2142/frigate-notify`.