Describe the Bug
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
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
Expected Behavior
Docker module should support all RHEL/Debian flaours
Steps to Reproduce
Steps to reproduce the behavior:
- Refer here for the validation
|
fail('This module only works on Debian, Red Hat or Windows based systems.') |
Environment
- Version [Docker version 20.10.25, build b82b9f3]
- Platform [AmazonLinux2 ARM x86_64]
Additional Context
Add any other context about the problem here.
Describe the Bug
The
Dockermodule is not working in AmazonLinux2 ARM hosts. There is a validation in theinit.pp, it checks forRHEL >= 7. However, AmazonLinux2 VERSION has value of2so 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.