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
@@ -44,6 +44,7 @@ RUN echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.
WORKDIR /opt/frigate
COPY --from=rootfs / /
ENV FRIGATE_IMAGE_VARIANT=rocm
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \
&& sed -i 's/args.append("setuptools")/args.append("setuptools==77.0.3")/' get-pip.py \