-
Notifications
You must be signed in to change notification settings - Fork 276
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 suport for EL distros in one-liner install script. #2137
Conversation
Confirmed working on RHEL 9 (Developer edition) and CentOS 9. |
Confirmed basic containerlab functionality by running srl-quickstart on:
|
Thanks @kaelemc Would you mind adding the tested systems here as well? https://containerlab.dev/install/#quick-setup I also see that dnf is used to install packages, I guess this rules out ancient systems like centos7 that don't have dnf client? Or maybe it does? |
Oh yes, I will add the relevant documentation. Thanks for the reminder. Yes RHEL 7 is going EOL this year, and I personally think it's unlikely people would be installing clab on a RHEL 7 based distro so we are probably fine on that front. |
Scrap that, RHEL7/CentOS already is EOL as of June 2024. |
Just want your guidance on two things:
|
@kaelemc and yes, make we should install as well |
@hellt Added those two things. Confirmed working on Ubuntu & Rocky. |
Thanks again @kaelemc |
This PR enables the one liner install script to support RHEL & other EL counterparts like Fedora, Rocky and CentOS to name a few.
Currently tested on Rocky 9.3. This is in draft PR status while I test other distros & versions.