-
Notifications
You must be signed in to change notification settings - Fork 321
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
Docker module doesn't work in AmazonLinux2 #962
Labels
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. |
amitkarsale
pushed a commit
to rjd1/puppetlabs-docker
that referenced
this issue
Mar 7, 2025
amitkarsale
added a commit
that referenced
this issue
Mar 10, 2025
(GH-962) Allow Amazon Linux 2 and newer versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: