Skip to content

Installing Automotive Image Builder

Automotive Image Builder can be installed in two ways:

  • As RPM on RHEL, CentOS, Fedora, and derivatives.
  • As a container on other Linux distributions, or on MacOS.

Automotive Image Builder is available as an RPM on RHEL, CentOS Stream, Fedora, and their derivative distributions. Depending on the operating system, you can also install it from other sources.

Installing Automotive Image Builder from RPM on RHEL or CentOS Stream

  1. Install the automotive-image-builder package from the official CentOS Stream mirror host:

    $ sudo dnf install \
    --repofrompath=autosd,"https://mirror.stream.centos.org/SIGs/9-stream/autosd/$(uname -m)/packages-main/" \
    --enablerepo=autosd \
    automotive-image-builder
    

Installing Automotive Image Builder from RPM on Fedora

  1. Enable the automotive-image-builder repository:

    $ sudo dnf copr enable @centos-automotive-sig/automotive-image-builder
    
  2. Install the automotive-image-builder package:

    $ sudo dnf install automotive-image-builder
    

For more information about installing Automotive Image Builder on MacOS, see Getting started on MacOS.


© Red Hat