Installing Image Builder

Describes how to install Image Builder.

Image Builder isn't automatically included in an Oracle Linux installation. This task describes how to install and configure Image Builder.

  1. Install the Image Builder packages.
    sudo dnf install -y osbuild-composer composer-cli cockpit-composer bash-completion
  2. Enable the Image Builder service to automatically start after every system reboot.
    sudo systemctl enable --now osbuild-composer.socket
    sudo systemctl enable --now cockpit.socket
  3. (Optional) Enable autocompletion for the composer-cli command by loading the configuration script.
    source /etc/bash_completion.d/composer-cli