diff --git a/c8-stream.conf b/c8-stream.conf index cdadf26..3d604be 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -82,6 +82,15 @@ media_checksums = ['sha256'] media_checksum_one_file = True create_jigdo = False +# Pull in modulemd for older module versions to fill in gaps in contexts +createrepo_extra_modulemd = { + "AppStream": { + "scm": "git", + "repo": "git://git@git.centos.org/centos/centos-metadata.git", + "dir": "extra-modulemd", + } +} + # BUILDINSTALL bootable = True buildinstall_method = "lorax"