Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 2. Installing RHEL image builder
RHEL image builder is a tool for creating custom system images. Before using RHEL image builder, you must install it.
2.1. RHEL image builder system requirements Link kopierenLink in die Zwischenablage kopiert!
The host that runs RHEL image builder must meet the minimum system requirements.
| Parameter | Minimal Required Value |
|---|---|
| System type | A dedicated host or virtual machine. RHEL image builder is not supported in containers, including Red Hat Universal Base Images (UBI). |
| Processor | 2 cores |
| Memory | 4 GiB |
| Disk space |
20 GiB of free space in the |
| Access privileges | root |
| Network | Internet connectivity to the Red Hat Content Delivery Network (CDN). |
If you do not have internet connectivity, use RHEL image builder in isolated networks. For that, you must override the default repositories to point to your local repositories to not connect to Red Hat Content Delivery Network (CDN). Ensure that you have your content mirrored internally or use Red Hat Satellite.
2.2. Installing RHEL image builder Link kopierenLink in die Zwischenablage kopiert!
Install RHEL image builder to have access to all the image-builder packages functionalities.
Prerequisites
- You are logged in to the Red Hat Enterprise Linux host on which you want to install RHEL image builder.
- The Red Hat Enterprise Linux host is subscribed to Red Hat Subscription Manager (RHSM) or Red Hat Satellite.
-
You have enabled the
BaseOSandAppStreamrepositories to be able to install the RHEL image builder packages.
Procedure
Install RHEL image builder and other necessary packages:
# dnf install image-builder cockpit-image-builder-
image-builderis a service to build customized RHEL operating system images and enables access to the CLI interface. -
cockpit-image-builderis a package that enables access to the Web UI interface. The web console is installed as a dependency of thecockpit-image-builderpackage.
-
If you want to use RHEL image builder in the web console, enable and start it.
# systemctl enable --now cockpit.socketThe
image-builderandcockpitservices start automatically on first access.
Verification
Verify that the installation works by running
image-builder:# image-builder list