diff --git a/docs/_static/flatpaks_workflow_registry.drawio.png b/docs/_static/flatpaks_workflow_registry.drawio.png new file mode 100644 index 0000000..eb4108e Binary files /dev/null and b/docs/_static/flatpaks_workflow_registry.drawio.png differ diff --git a/docs/registry_to_quay/flatpaks.rst b/docs/registry_to_quay/flatpaks.rst index 5a385bb..890c1c2 100644 --- a/docs/registry_to_quay/flatpaks.rst +++ b/docs/registry_to_quay/flatpaks.rst @@ -4,10 +4,22 @@ Fedora Flatpaks =============== This document contains information about current workflow used to build and publish Fedora flatpaks. -It also describes changes needed to make it work with quay.io. +It also describes changes needed to make it work with `quay.io `_. + +Flatpaks are the biggest tenant occupying `registry.fedoraproject.org `_ +right now. Current workflow ---------------- +The flatpaks are build in koji using OSBS. The OSBS then submits the build to +`candidate-registry.fedoraproject.org `_ +and packager can create an update in Bodhi. After testing period is finished or the update +gets enough karma it is moved by bodhi to +`registry.fedoraproject_org `_. + +.. image:: ../_static/flatpaks_workflow_registry.drawio.png + :target: ../_images/flatpaks_workflow_registry.drawio.png + Changes for quay.io -------------------