You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker module is not working in AmazonLinux2 ARM hosts. There is a validation in the init.pp , it checks for RHEL >= 7. However, AmazonLinux2 VERSION has value of 2 so the above conditional check fails and module execution is exiting
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.
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: