An open API service indexing awesome lists of open source software.

https://github.com/coreos/fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
https://github.com/coreos/fedora-coreos-cincinnati

Last synced: 11 months ago
JSON representation

Backend for Fedora CoreOS auto-updates (Cincinnati server)

Awesome Lists containing this project

README

          

# Fedora CoreOS updates backend

![Checks status](https://img.shields.io/github/checks-status/coreos/fedora-coreos-cincinnati/main)
![minimum rust 1.49](https://img.shields.io/badge/rust-1.49%2B-orange.svg)

This repository contains the logic for Fedora CoreOS auto-updates backend.

This service provides an implementation of the [Cincinnati protocol][cincinnati], which is consumed by on-host update agents (like [Zincati][zincati]).

This workspace can be built with `cargo build` (see [quickstart][quickstart] instructions) and contains the following binaries:

* `fcos-graph-builder`: a service which builds and caches the raw update graph
* `fcos-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][infra-docs].

[cincinnati]: https://github.com/openshift/cincinnati
[zincati]: https://github.com/coreos/zincati
[quickstart]: https://github.com/coreos/fedora-coreos-cincinnati/blob/main/docs/quickstart.md
[infra-docs]: https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/coreos-cincinnati/