...
Each RHEL AppStream (module stream) has its own lifecycle, which is usually not the full 10-year lifecycle of the Base OS: https://access.redhat.com/support/policy/updates/rhel8-app-streams-life-cycle.
This includes most default streams.
Some streams retire within two years (the first RHEL stream retires in April 2021).
...
1. The ISO build process MUST distribute modular RPMs in “slim” subsets of their original module streams.
The alternatives are to include the entire modular repository (too big) or not ship dependencies (ISO is no longer self-sufficient)
In order to maintain seamless interoperability, each “slim” modular stream subset MUST use the same name + stream + version + context + architecture (N:S:V:C:A) as their upstream sources
If feasible, the “slimming” process SHOULD be generalized enough to apply to packages from external sources like
epel-modular
AND the base OS’s DVDAppStream/
repository.
Alternatives considered were to include the entire modular repository (too big) or not ship modular dependencies (ISO + download server would no be longer self-contained).
2. The old createrepo
command MUST NEVER be run on a modular
...
repository
This applies to both the ISO’s build process and post-installation local tooling on SIMP systems.
The ISO’s modular repositories MUST be built with modularity-aware tools, likeStatus colour Purple title TODO createrepo_c
orcreatrerepocreaterepo_mod
from modulemd-tools.Status colour Purpletitle TODO Local SIMP tooling MUST be changed to NEVER use
createrepo
to manage modular repositories:
Info | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Places we use
|
...
on modular repositories.
3. Modular repos' modulemd metadata MUST remain intact when mirrored or rebuilt.
The modular Modular repos MUST NOT be mirrored or rebuilt without it
The modulemd metadata will always be necessary in order to install these repos' modular packages—and once lost it cannot be recreated from their RPMs (unlike standard RPMs).
Local SIMP tooling that mirrors modular repositories MUST preserve modulemd metadata (e.g.,Status colour Purple title TODO dnf reposync --download-metadata
)
The “Slim” subset repos are of particular concern, since SIMP tooling is guaranteed to encounter them.
Info |
---|
Places where (pre-6.6.0) tooling uses
|