3.4. Configuring and using Satellite CV as a content source
You can use Satellite’s content views (CV) as repositories to build images with RHEL image builder. Configure the repository references on your host registered on Satellite to retrieve from the Satellite repositories instead of the Red Hat Content Delivery Network (CDN) official repositories.
Prerequisites
- You have installed RHEL image builder. See Installing RHEL image builder.
- You are using RHEL image builder on a host registered to Satellite 6. See Using a RHEL image builder image for Provisioning.
Procedure
Find the repository URL from your currently configured Satellite repositories:
The following output is an example:
https://satellite6.example.com/pulp/content/<your_org>/<your_env>/<your_cv>/content/dist/rhel10/10/x86_64/baseos/osBuild the image, and add the Satellite repository to RHEL image builder:
$ image-builder build <image-type> \ --add-repo=<file:///path/to/satellite/repo> \