docs/modules/howtos/pages/rebuild_osbs_buildroot.adoc
Michal Konecny 1d458e6d8a Migrate howto repository to infra docs
It doesn't make much sense to have separate guides outside infra documentation.
So let's migrate https://pagure.io/fedora-infra/howtos to infra docs.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-18 17:06:59 +02:00

725 B

OSBS build are done from a buildroot container image which is built on the OSBS nodes. The dockerfile used to build the image are in ansible Dockerfile for production and Dockerfile for staging.

To rebuild the image you can use the following playbook.

sudo -i ansible-playbook /srv/web/infra/ansible/playbooks/groups/osbs/rebuild-osbs-buildroot.yml

This will backup the image currently used and build a new image fetching the latest base image.