Installing Automotive Image Builder
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¶
-
Download and import the Automotive SIG GPG key:
console $ wget https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Automotiveconsole $ sudo rpm --import RPM-GPG-KEY-CentOS-SIG-Automotive -
Install the
automotive-image-builderpackage from the official CentOS Stream mirror host:console $ 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¶
-
Enable the
automotive-image-builderrepository:console $ sudo dnf copr enable @centos-automotive-sig/osbuild-auto $ sudo dnf copr enable @centos-automotive-sig/automotive-image-builder -
Install the
automotive-image-builderpackage:console $ sudo dnf install automotive-image-builder
For more information about installing Automotive Image Builder on MacOS, see Getting started on MacOS.