Add frigate-notify nix container build #339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/frigate-notify-local"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
github.com/0x2142/frigate-notifyatv0.5.4toforge.ops.eblu.me/mirrors/frigate-notify.containers/frigate-notify/default.nix—buildGoModule+dockerTools.buildLayeredImage, following thentfypattern.-tags goolmto avoid the libolm CGO dependency (matrix notifier is imported unconditionally in the upstream but we only use ntfy alerts).cacert/tzdata.Why
Move
ghcr.io/0x2142/frigate-notify:v0.5.4(ringtail-deployed) under local control. Aligns with the indri → ringtail migration plan and thedefault.nixconvention for ringtail-targeted containers documented in build-container-image.Verification
dagger call build-nix --src=. --container-name=frigate-notify export --path=./out.tar.gzproduces a valid 20MB docker archive (10 layers) withblumeops/frigate-notifytag locally.fetchgit(src) andvendorHash(go modules).Follow-up (post-merge)
mise run container-build-and-release frigate-notify— release from main SHA.argocd/manifests/frigate/kustomization.yamlimage ref toregistry.ops.eblu.me/blumeops/frigate-notify:v0.5.4-<sha>-nix.Test plan
dagger call build-nixsucceeds from a clean checkout.mise run container-build-and-release frigate-notify --dry-runlooks correct.