-
Notifications
You must be signed in to change notification settings - Fork 97
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
Introduce RHEL family #1953
Introduce RHEL family #1953
Conversation
- merges the files for rockylinux and almalinux into a rhel dockerfile - decided not to add fedora into this since, it requires to add the epel packages, which might make fedora too close to rhel for our community users. But wonder what you think, is it a good/bad idea to try to also merge that one? Clean up fedora dockerfile - remove packages which are already installed by default "coreutils" and "curl" - make it similar to the other dockerfiles for easier maintenance Signed-off-by: Mauro Morales <[email protected]>
IMHO I would merge all of them. What packages come from the epel repos? Only the needed ones like zfs? I think merging them all under the same family would be ok as in the end they will have the minimal packages required for a base Kairos flavor, but they can expand it with whatever afterwards, so they can also drop the epel repos on their custom dockerfiles no? |
@Itxaka ok, will give it a shot and maybe from then we can see how much they differ. |
Signed-off-by: Mauro Morales <[email protected]>
I tried doing a pure rhel but it's a lot more work :( lots of packages are not available, not sure if they are named differently or if I need to enable some repo |
Signed-off-by: Mauro Morales <[email protected]>
Clean up fedora dockerfile