remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Use Alpine-based base image in Dockerfile #62

Open bkeroackdsc opened 8 years ago

bkeroackdsc commented 8 years ago

Using golang:${VERSION}-alpine (ex: golang:1.6-alpine) cuts the size of the final image by at least 50%.

Also, it would be great if you could use CMD instead of ENTRYPOINT (but that's a minor annoyance).