/fedora-coreos-streams

Stream metadata and overrides for Fedora CoreOS

Primary LanguagePythonOtherNOASSERTION

Fedora CoreOS metadata

Official stream and update metadata for Fedora CoreOS. The JSON metadata in this repo is synced to S3 by sync-stream-metadata. The S3 bucket is the canonical source used by all consumers.

These files are updated whenever FCOS releases are made. Each release for each stream is usually tracked by a GitHub issue on this repo.

Stream metadata is stored in streams/ and used for example by the download page, coreos-installer, and many others. It is a public API provided at a stable URL. It is generated by fedora-coreos-stream-generator. For more information, see the documentation.

Update metadata is stored in updates/ and used by the Cincinnati service as part of building the update graph that the Zincati client queries for update information. It is a private API.

For more technical information about the metadata, see the tracker documentation.

How to do a Fedora CoreOS release

See RELEASE.md.