From Fedora Project Wiki

Build Fedora Workstation live ISO with Image Builder

Summary

Image Builder is a set of modern tools for building operating system images. Its goal is to make the builds reliable and reproducible. Moreover, it's designed to give the end users a simple workflow to build their own custom images. The aim of this change is to create an additional, non-blocking Fedora Workstation live ISO using Image Builder.

Owner

Current status

Detailed Description

Image builder is currently getting support for building live ISOs. Once the PR implementing the new image type is merged, the pungi-fedora configuration needs to be updated. This change will ensure that pungi creates an osbuildImage task in koji as well as the currently used livemedia one.

Pungi and Koji already support Image Builder, so no additional work is required there (refer to the pungi and koji documentation). The only missing part in terms of infrastructure is provisioning ppc64le worker machines for Image Builder, see the relevant fedora-infra ticket.

Note that Image Builder is already used for building ISOs and raw disks of Fedora IoT. Therefore, this proposal does not introduce a new tool to the Fedora build pipeline.

Feedback

Currently, Image Builder does not populate the DNF database correctly, leading to all RPMs installed on the target system being marked as user-installed. This is a known issue that the team is planning to address as soon as the initial support for live ISOs is merged.

Benefit to Fedora

The maintainer team of Image Builder believes that the project undergoes more comprehensive testing compared to lorax/livemedia-creator. Thus, by switching to Image Builder, Fedora should experience fewer issues with the image building pipeline.

Another advantage is the project's emphasis on making Image Builder more user-friendly. End users can easily build their own customized version of the live ISO using a simple TOML blueprint file and a CLI interface. This approach, utilizing well-known file formats, is a positive step compared to livemedia-creator's kickstart files. More information about building customized images can found on Major Hayden's blog or in a conference talk given by Ondřej Budai, one of the proposal owners. Moreover, Image Builder provides a graphical interface for visually defining blueprints, further simplifying the workflow.

We believe that Image Builder can also be beneficial to the Respins SIG as it nicely aligns with their objective of providing a simple method for building up-to-date, customizable images.

Scope

  • Proposal owners:

Finishing implementing support for the live ISO upstream and collaborate with release engineering to switch the pungi config to use Image Builder.

  • Other developers:

Our focus for this change is specifically on Fedora Workstation. Nevertheless, we are open to collaborating with all spins/SIG to transition their build pipelines to Image Builder. However, for the initial switch, we aim to minimize the impact by focusing on a single artifact. We anticipate that more artifacts will be transitioned in subsequent releases of Fedora Linux.

Provide ppc64le machines to Image Builder. Update the pungi config to build an image with Image Builder as well as livemedia-creator.

  • Policies and guidelines: N/A (not needed for this Change)
  • Trademark approval: N/A (not needed for this Change)
  • Alignment with Community Initiatives:

Upgrade/compatibility impact

There shouldn't be any. The goal of this proposal is to build the same images as livemedia-creator does, just using a different tooling.


How To Test

Once the pungi config is changed, grab the ISO built by Image Builder and test if there are any unexpected changes.


User Experience

No change is expected.

Dependencies

The Workstation SIG and the installer team are working on a change to use the new installer web UI for the Workstation live ISO. We are fully aware of this change and have the capability to build ISOs with and without the new UI. As a result, these changes should be independent of each other. Furthermore, the installer and Image Builder teams are closely collaborating, ensuring that any issues that may arise can be addressed with high priority.

Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) Release engineering to revert the change in pungi, so the image is not generated.
  • Contingency deadline: Final freeze (the change is trivially revertable)
  • Blocks release? No


Documentation

N/A

Release Notes

An alternative Fedora Workstation live ISO is now built using Image Builder. The official Fedora Workstation live ISO is still built using livemedia-creator for now.