I am creating a container based on images of a specific operating system have its particularities, since size and packages and other considerations.
In my case, the container will run in AWS, which I could deploy with any Linux distribution, which leads to my question.
Which Linux distribution is better to base my image? Considering that I don't have any dependency to be satisfied, any overview would be appreciated.
Alpine Linux, because you can have advantages in cross-iaas, size, efficiency and security - one interesting point is that docker community are moving their images to be based on Alpine.
If you want to do some tests by your own, you can use LayeredInsight(Image Scanner) with a simple php package: php:7.2.0 vs php:7.2.0-alpine3.6, Alpine version has 0 vulnerabilities.
Deeper discussions: