uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 153 forks source link

Added alpine image for gitlab support #124

Closed apourchet closed 5 years ago

apourchet commented 5 years ago

We clean up our filesystem before a build, so having an image with an alpine base should not impact correctness. To test that image run: MAKISU_ALPINE=1 make integration