dustymabe added a new comment to an issue you are following: ``
Some issues with this idea come to light quickly as the current Fedora Atomic Host snapshot has mismatching kernel and kernel-devel packages so building the module this way might not always work.
A possible workaround here is to use the [koji cli](https://docs.pagure.org/koji/#koji-client) inside the container to run `koji download-build --arch=x86_64 $(rpm -q --qf '%{N}-%{V}-%{R}\n' kernel)` where the `rpm -q` command is querying the host's rpm db (or find some other way to pass that information in). ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/493