Dockerfile: Decrease footprint by using python-alpine
Brought to you by:
austinsuero97
Originally created by: joakimr-axis
The Docker image for docker-compose is HUGE. By using the slim version
of the Debian python base image, footprint is still huge, but
significantly decreased as compared to before.
Change-Id: If62e87ee05975cb734aa6b7252c935e37fc8938c
Signed-off-by: Joakim Roubert joakimr@axis.com
Resolves [#6567]
Originally posted by: GordonTheTurtle
Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:
Amending updates the existing PR. You DO NOT need to open a new one.
Originally posted by: joakimr-axis
How should I interpret the jenkins failure:
Internal error, but why? And can I retrigger?
Originally posted by: joakimr-axis
This pull request is superfluous if https://github.com/docker/compose/pull/6577 is merged.
Originally posted by: joakimr-axis
Using alpine instead of stretch slim decreases footprint even more.