Open bkeroackdsc opened 8 years ago
Using golang:${VERSION}-alpine (ex: golang:1.6-alpine) cuts the size of the final image by at least 50%.
golang:${VERSION}-alpine
golang:1.6-alpine
Also, it would be great if you could use CMD instead of ENTRYPOINT (but that's a minor annoyance).
CMD
ENTRYPOINT
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 ofENTRYPOINT
(but that's a minor annoyance).