From 10dde06c33eb0e9751b65e3073ddd8776a4fb978 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Tue, 15 Apr 2025 17:50:05 +0200 Subject: [PATCH] docs: subscription basic info --- .spellcheck-en-custom.txt | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.spellcheck-en-custom.txt b/.spellcheck-en-custom.txt index 3112cc8..3649b05 100644 --- a/.spellcheck-en-custom.txt +++ b/.spellcheck-en-custom.txt @@ -38,3 +38,4 @@ url dir programmatically loopback +CDN diff --git a/README.md b/README.md index e732147..ace013c 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,15 @@ a fedora-42 repository url and try to build a centos-9 image type and the system will happily try its best (and most likely fail). Use with caution. +## Subscriptions + +When executing `image-builder-cli` via `podman`, subscription information is +passed to the container and used to access Red Hat CDN. As long as the host +machine is properly subscribed with attached Red Hat Enterprise Linux +subscription, building RHEL images will work automatically. + +To use content from Red Hat Satellite, follow the extra repositories section +above. ## FAQ