This repository includes specifications related to storing Flatpaks as OCI images, and downloading Flatpaks via the OCI Distribution Specification
This ARE NOT official specifications of the Open Container Initiative. The specifications are fairly general and were writen to be useful for images other than Flatpaks, but are currently only used within the Flatpak ecosystem.
Included specifications are:
Registry Index A protocol and index format for flexibly querying images stored in a repository.
Image Deltas A mechanism for efficiently downloading a new version of an image when the client already has a previous version.
These specifications were originally created by Owen Taylor <[email protected]> and Alexander Larsson <[email protected]>.
Specifications should be clean according to markdownlint (vscode extension) and line-wrapped to 100 columns, using semantic line breaks.
The specification and code is licensed under the Apache 2.0 license found in the LICENSE file of this repository.