ContainerImages/gasket-driver/pipeline/head There was a failure building this commitDetails
Apparently, the stream JSON file on the Fedora CoreOS website gets
updated on the same day the release is made. If Zincati checks for and
applies the update on the NVR machine before Jenkins has built the
_gasket_driver_ container image, Frigate will fail to start.
It seems like the *testing* stream tends to contain the same packages as
the *stable* stream, but released one cycle ahead. Thus, the kernel
package in one week's *testing* will be the same package in the
following week's *stable*. We should be able to stay ahead of Zincati
on the NVR machine, therefore, if we build the driver for the *testing*
stream.
ContainerImages/gasket-driver/pipeline/head There was a failure building this commitDetails
This Jenkins pipeline runs every day and fetches the latest FCOS
metadata to determine if a new version of the kernel driver needs to be
built. If no container image matching the kernel version in the latest
FCOS release exists, it will be built and pushed to the image
repository.