diff --git a/docs/_static/toolbox_workflow_registry.drawio.png b/docs/_static/toolbox_workflow_registry.drawio.png index c3fab8f..c4cf362 100644 Binary files a/docs/_static/toolbox_workflow_registry.drawio.png and b/docs/_static/toolbox_workflow_registry.drawio.png differ diff --git a/docs/registry_to_quay/toolbox.rst b/docs/registry_to_quay/toolbox.rst index b597058..358cd63 100644 --- a/docs/registry_to_quay/toolbox.rst +++ b/docs/registry_to_quay/toolbox.rst @@ -32,6 +32,7 @@ toolbx workflow. OSBS ^^^^ + OSBS is using Openshift local container registry, which is configured by `dockercfg `_ file and pointing to candidate-registry. There is dockercfg for @@ -44,20 +45,13 @@ To make this work with quay.io we need to replace the dockercfg with new one poi OSBS could have trouble reaching to quay.io, this needs to be solved for this to work. -Koji -^^^^ -There is currently a initiative that is trying to remove OSBS from flatpak build pipeline. At -the time of writing this document this is only enabled for F39. But as the F38 flaptak runtime -will be considered EOL the `koji-flatpak `_ module will be the only -way. +Releng script +^^^^^^^^^^^^^ -The koji-flatpak module is much direct, there is just one -`configuration file `_ -used to specify where the koji builders should push the build container. The `candidate-registry` -variable is set in `tasks/main`. - -Currently the builders don't have access to quay.io. The firewall settings needs to be adjusted -so they could push containers. +In the new workflow introduced in Fedora 39+ is a Release Engineering script that pushes the image +to registry. This script could be found in +`releng repository `_ +and it's already pushing images to `quay.io `_. Bodhi ^^^^^