-
Notifications
You must be signed in to change notification settings - Fork 319
Docker module doesn't work in AmazonLinux2 #962
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Encountered the same issue recently and created a PR to address it. This change adds an exception to the RedHat 7 check for Amazon and another check below to fail if not Amazon Linux 2 or newer, effectively maintaining the same compatibility standard for that distribution. |
Having the same issue. |
(GH-962) Allow Amazon Linux 2 and newer versions
Having a similar issue with Amazon Linux 2023 while trying to install cd4pe on my test env - the puppetlabs-docker module is hard-coding the wrong url while trying to install the repo It seems this is what's causing the issue puppetlabs-docker/manifests/params.pp Line 212 in cabba05
![]() |
Describe the Bug
The
Docker
module is not working in AmazonLinux2 ARM hosts. There is a validation in theinit.pp
, it checks forRHEL >= 7
. However, AmazonLinux2 VERSION has value of2
so the above conditional check fails and module execution is exitingExpected Behavior
Docker module should support all RHEL/Debian flaours
Steps to Reproduce
Steps to reproduce the behavior:
puppetlabs-docker/manifests/init.pp
Line 479 in fc06928
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: