Various Fixes (#19615)

* Don't write to write None response to file

* fix genai config migration

* Fix JP6 build

* Include base image ARG
This commit is contained in:
Nicolas Mowen
2025-08-19 06:49:55 -06:00
committed by GitHub
parent 33f3ea3b59
commit acf32e1a1e
5 changed files with 10 additions and 35 deletions

View File

@@ -212,6 +212,7 @@ COPY docker/main/rootfs/ /
# Frigate deps (ffmpeg, python, nginx, go2rtc, s6-overlay, etc)
FROM slim-base AS deps
ARG TARGETARCH
ARG BASE_IMAGE
ARG DEBIAN_FRONTEND
# http://stackoverflow.com/questions/48162574/ddg#49462622