Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatpak/flatpak-oci-specs
https://github.com/flatpak/flatpak-oci-specs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatpak/flatpak-oci-specs
- Owner: flatpak
- License: apache-2.0
- Created: 2023-06-29T17:30:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T19:18:27.000Z (10 months ago)
- Last Synced: 2024-04-22T09:15:22.152Z (9 months ago)
- Size: 36.1 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flatpak OCI Specifications
This repository includes specifications related to storing Flatpaks as
[OCI images](https://github.com/opencontainers/distribution-spec/), and
downloading Flatpaks via the
[OCI Distribution Specification](https://github.com/opencontainers/distribution-spec/)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](registry-index.md)**
A protocol and index format for flexibly querying images stored in a repository.**[Image Deltas](image-deltas.md)**
A mechanism for efficiently downloading a new version of an image
when the client already has a previous version.## Authors
These specifications were originally created by
Owen Taylor <> and Alexander Larsson <>.## Contributing
Specifications should be clean according to
[markdownlint](https://github.com/DavidAnson/markdownlint)
([vscode extension](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint))
and line-wrapped to 100 columns, using [semantic line breaks](https://sembr.org/).The specification and code is licensed under the Apache 2.0 license found
in the [LICENSE](LICENSE) file of this repository.