Record the image variant in each Dockerfile

This commit is contained in:
Josh Hawkins
2026-09-22 08:25:58 -05:00
parent 635aee552e
commit f185e64379
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -381,6 +381,7 @@ FROM deps AS frigate
WORKDIR /opt/frigate/
COPY --from=rootfs / /
ENV FRIGATE_IMAGE_VARIANT=standard
# Pre-compile bytecode so a read-only rootfs doesn't force re-parsing the
# source tree on every boot (pip-installed packages are already compiled)