-
-
Notifications
You must be signed in to change notification settings - Fork 786
Add Rocky Linux support #1325
Copy link
Copy link
Open
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionality
Metadata
Metadata
Assignees
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionality
🗣️ Foreword
Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.
🙍 Problem Statement
When deploying with Rocky Linux, the cookbook fails as the yum platform variable resolves to rocky and docker itself does not have a provision for rocky
❔ Possible Solution
I have tested installing the centos builds and they appear to work as intended as Rocky linux is the successor to CentOS. A simple added if statement that if the :platform resolves to "rocky" replace it with "centos" to complete the yum repo base_url.
NA
➕ Additional context
NA