mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 23:58:59 +03:00
Record the image variant in each Dockerfile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user