Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.35 KB

File metadata and controls

42 lines (26 loc) · 1.35 KB
title in-image-builder
date 2022-10-20 00:00:00 +0100
sidebar_position 25

packit build in-image-builder

Create a VM image in Image Builder defined in your "packit.yaml" using your Copr builds.

Requirements

Tutorial

  1. Place a config file for packit in the root of your upstream repository.

  2. Add a vm_image_build job.

  3. Submit a request to Red Hat Image Builder:

    $ cd my/ustream/project/
    $ packit build in-image-builder my-new-fancy-image
    
  4. Navigate to the Image Builder web interface to use your image once the build is complete.

As of December 2022, Packit Github app can now submit builds to Red Hat Image Builder, for more details see the vm_image_build job description.

Help