[Rpm-maint] [rpm-software-management/rpm] Don't override base image in native mode (Issue #4213)
Michal Domonkos
notifications at github.com
Wed May 13 08:48:46 UTC 2026
dmnks created an issue (rpm-software-management/rpm#4213)
Right now, we override the distro version of the base image to the one running on the host when the test-suite runs in native mode (i.e. reusing the local cmake build). This is done to ensure that the runtime deps in the image match the build deps on the host (especially shared libraries), however it's prone to error since the Dockerfile has not been written with that particular base image in mind.
Instead, let's just make it explicit, by simply requiring the base image to match the host exactly, and if it doesn't, fall back to the non-native mode where the build is containerized (i.e. what we do in the CI).
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/4213
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/4213 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260513/5cd0002c/attachment.htm>
More information about the Rpm-maint
mailing list