Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Frigate to 0.11.0-rc2 #65

Merged
merged 1 commit into from
Aug 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
frigate:
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc1"
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2"
privileged: true
hostname: "frigate"
restart: "unless-stopped"
Expand All @@ -22,4 +22,4 @@ services:
env_file:
- "./secrets.env"
environment:
- LIBVA_DRIVER_NAME_JELLYFIN=i965 # if hwacl isn't working properly with the defaul iHD driver
- LIBVA_DRIVER_NAME=i965 # if hwacl isn't working properly with the defaul iHD driver
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG LIBUSB_PKG_VERSION=1.0.24
ARG LIBUSB_PKG_BUILD=3

FROM blakeblackshear/frigate:0.11.0-rc1 AS build
FROM blakeblackshear/frigate:0.11.0-rc2 AS build
ARG DEBIAN_FRONTEND=noninteractive
ARG LIBUSB_PKG_VERSION
ADD deb-src.list /etc/apt/sources.list.d/
Expand All @@ -17,7 +17,7 @@ RUN cd "/root/libusb/libusb-1.0-${LIBUSB_PKG_VERSION}" \
&& patch debian/rules < /root/debian-rules-disable-udev.patch \
&& DEB_BUILD_OPTIONS="nocheck nodocs" dpkg-buildpackage -rfakeroot -b

FROM blakeblackshear/frigate:0.11.0-rc1
FROM blakeblackshear/frigate:0.11.0-rc2
ARG DEBIAN_FRONTEND=noninteractive
ARG LIBUSB_PKG_VERSION
ARG LIBUSB_PKG_BUILD
Expand Down
2 changes: 1 addition & 1 deletion frigate.syno-dsm7.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"exporting" : false,
"id" : "73409f302aa673eaf739a4b4e02dd98f23376150cf54f289f3349c2015dce5af",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc1",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
Expand Down