-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: install epel repo in RHEL 7 using static repo file #782
fix: install epel repo in RHEL 7 using static repo file #782
Conversation
Tested the fix locally successfully on Centos 7 AMI |
Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
@@ -0,0 +1,26 @@ | |||
[epel] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can these links ever change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably not. these files uses https://mirrors.fedoraproject.org
which is used by all the Centos versions
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com> --------- Co-authored-by: Shalin Patel <spatel@d2iq.com> Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository --------- --------- Co-authored-by: Galina Florinskaya <86257861+gflorinskaya@users.noreply.github.com> Co-authored-by: Shalin Patel <spatel@d2iq.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository --------- --------- Co-authored-by: Galina Florinskaya <86257861+gflorinskaya@users.noreply.github.com> Co-authored-by: Shalin Patel <spatel@d2iq.com>
* fix: Retry epel yum repo install up to 30s * fix: install epel repo in RHEL 7 using static repo file (#782) * fix: install epel repo in RHEL 7 using static repo file * Update task description for installing epel repository --------- --------- Co-authored-by: Galina Florinskaya <86257861+gflorinskaya@users.noreply.github.com> Co-authored-by: Shalin Patel <spatel@d2iq.com>
What problem does this PR solve?:
This PR is stacked on #781
Installs epel release for RHEL/Centos 7.9 using static repo files