-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add data/images.yml
with info about OS inside
#1155
Conversation
This information could be useful as a Markdown table in the option docs. We probably don't need the YAML file though. Could you reformat the information as a Markdown table and put it in the relevant place in options.md? |
As a markdown table you could also easily add a footnote about FYI, We should include musllinux which uses |
I would actually prefer to fetch the YAML from https://github.com/pypa/manylinux#manylinux to extract the relevant info from it, but as it also ships with markdown table, so decided to start from here. As a proponent of open data and datacentric approach to everything, I don't feel like formatting markdown tables by hand. However, if somebody points me how to render data files with MkDocs, I may be able to contribute the formatter. |
|
But |
What I meant is that activating EPEL is likely different for each RHEL clone. And it's by no means the "correct" thing to do for everyone; you happened to find an EPEL package you needed, so you want to activate it. Often you might not need those packages, and often you might be testing a required procedure and not want things (like EPEL) to be activated. For example, if I grab an image and work out the minimum required set of steps to make a package work, I would not want some steps to be missing on Alma that are required on RHEL or the other clones of it! EPEL has some handy packages, but it's not "required". It's just some extra packages. There are other repos with other extra packages, too. |
I hope we are still speaking in the context of |
Sounds overengineered to me! This data doesn't change that often, a hard-coded markdown table would be fine. |
Feel free to reopen if you want to format as a markdown table. Actually I think it might be more useful in the Tips and Tricks section of the docs, here. |
There is a missing info about which package manager should be used in which manylinux image. I am not an expert in MkDocs, but I've seen another file here, so if this YAML can be turned into some table in documentation, that would be helpful I guess. Which is missing is to how to search package names in AlmaLinux online. https://repology.org/ works somewhat, but it still not clear where the package sources and issue tracker for requests.