第 1 章 RHEL image builder description
To deploy a system, create a system image. To create RHEL system images, use the RHEL image builder tool. You can use RHEL image builder to create customized system images of Red Hat Enterprise Linux, including system images prepared for deployment on cloud platforms. RHEL image builder automatically handles the setup details for each output type. It is therefore easier to use and faster to work with than manual methods of image creation. You can access the RHEL image builder functionalities by using the image-builder tool, or the graphical user interface in the RHEL web console.
The image-builder tool, available as a Technology Preview, has the following characteristics:
- A simpler installation and environment configuration.
- You can work with a container-friendly daemonless model, removing the complexity of a client/server architecture.
-
You can use
image-builderfor automated pipelines and container-based builds. -
image-buildersupports creating a container image that you can use as a portable environment to build other images.
1.1. RHEL image builder terminology 复制链接链接已复制到粘贴板!
RHEL image builder uses specific terminology for its core concepts.
- Blueprint
A blueprint is a description of a customized system image. It lists the packages and customizations that will be part of the system. You can edit blueprints with customizations and save them as a particular version. When you create a system image from a blueprint, the image is associated with the blueprint in the RHEL image builder interface.
Create blueprints in the TOML format.
- Compose
- Composes are individual builds of a system image, based on a specific version of a particular blueprint. Compose as a term refers to the system image, the logs from its creation, inputs, metadata, and the process itself.
- Customizations
- Customizations are specifications for the image that are not packages. This includes users, groups, and SSH keys.