Fix small issues in toolbx investigation
* Add missing links * Releng script is responsible for pushing images, not flatpak-plugin Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
649adaaa62
commit
55e7b6ff92
1 changed files with 11 additions and 9 deletions
|
@ -16,8 +16,8 @@ gets enough karma it is moved by bodhi to
|
|||
`registry.fedoraproject_org <https://registry.fedoraproject.org/>`_.
|
||||
|
||||
This will change in F39 where the images will be built by
|
||||
`koji-flatpak <https://pagure.io/koji-flatpak>`_ plugin. This plugin will submit the builds to
|
||||
both `registry.fedoraproject_org <https://registry.fedoraproject.org/>`_ and
|
||||
`koji-flatpak <https://pagure.io/koji-flatpak>`_ plugin. Releng script will then submit the builds
|
||||
to both `registry.fedoraproject_org <https://registry.fedoraproject.org/>`_ and
|
||||
`quay.io <https://quay.io>`_.
|
||||
|
||||
.. image:: ../_static/toolbox_workflow_registry.drawio.png
|
||||
|
@ -26,9 +26,9 @@ both `registry.fedoraproject_org <https://registry.fedoraproject.org/>`_ and
|
|||
Changes for quay.io
|
||||
-------------------
|
||||
|
||||
This section will describe changes that are needed to make quay.io work with current setup.
|
||||
It will go through pipeline step by step and describe what needs to be changed in case of
|
||||
toolbx workflow.
|
||||
This section will describe changes that are needed to make `quay.io <https://quay.io>`_
|
||||
work with current setup. It will go through pipeline step by step and describe what
|
||||
needs to be changed in case of toolbx workflow.
|
||||
|
||||
OSBS
|
||||
^^^^
|
||||
|
@ -39,11 +39,12 @@ file and pointing to candidate-registry. There is dockercfg for
|
|||
`production <https://pagure.io/fedora-infra/ansible/blob/main/f/files/osbs/dockercfg-production-secret.j2>`_ and `staging <https://pagure.io/fedora-infra/ansible/blob/main/f/files/osbs/dockercfg-staging-secret.j2>`_.
|
||||
This dockercfg is used as a secret in OSBS and it's deployed in
|
||||
`setup-worker-namespace <https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks/groups/osbs/setup-worker-namespace.yml>`_ playbook.
|
||||
To make this work with quay.io we need to replace the dockercfg with new one pointing to quay.io.
|
||||
To make this work with `quay.io <https://quay.io>`_ we need to replace the dockercfg with new
|
||||
one pointing to `quay.io <https://quay.io>`_.
|
||||
|
||||
.. note::
|
||||
|
||||
OSBS could have trouble reaching to quay.io, this needs to be solved for this to work.
|
||||
OSBS could have trouble reaching to `quay.io <https://quay.io>`_, this needs to be solved for this to work.
|
||||
|
||||
Releng script
|
||||
^^^^^^^^^^^^^
|
||||
|
@ -56,8 +57,9 @@ and it's already pushing images to `quay.io <https://quay.io>`_.
|
|||
Bodhi
|
||||
^^^^^
|
||||
|
||||
Bodhi is pushing the container builds from candidate-registry.fedoraproject.org to
|
||||
registry.fedoraproject.org and this is configured in
|
||||
Bodhi is pushing the container builds from
|
||||
`candidate-registry.fedoraproject.org <https://candidate-registry.fedoraproject.org/>`_ to
|
||||
`registry.fedoraproject_org <https://registry.fedoraproject.org/>`_ and this is configured in
|
||||
`production.ini template <https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2/base/templates/production.ini.j2>`_
|
||||
in ansible.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue