This repository contains the logic for Fedora CoreOS auto-updates backend.
This service provides an implementation of the Cincinnati protocol, which is consumed by on-host update agents (like Zincati).
This workspace can be built with cargo build
(see quickstart instructions) and contains the following binaries:
fcos-graph-builder
: a service which builds and caches the raw update graphfcos-policy-engine
: a web service which handles requests from agents
The instance of this service used by default on Fedora CoreOS is hosted in the Fedora infrastructure. More details can be found in the Fedora infra docs.