Open
Description
Currently, ElastiCluster's Docker image is built on top of the official Python 27-slim
image, totalling about 100MB (from a base image of 50MB).
Using the 2.7-alpine
image, weighing at ~25MB for the base image, could provide some download time and disk space benefit.
However, some experience is need with Alpine and its package manager:
- what are the package names of Alpine Linux that provide the software that we currently install on the ElastiCluster docker image (esp. during the build/
pip install
part) - are locations of critical configuration files and boot files the same?