-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'make' on alpine #119
Comments
For many/most users, it isn't necessary, and it cannot be removed after the fact, so we intentionally try to keep the Alpine image as slim as possible. See also https://github.com/docker-library/docs/blob/7a1edc542ec7d17626ec5cee87e87ed99da71afb/golang/README.md#golangalpine, specifically:
|
Yeah I realize keeping the alpine image as slim as possible would actually make it more useful to the most people. It was a bit selfish of a request. Thanks for the response! |
Your understanding is appreciated ❤️ ❤️ |
For
I think the minimize image size must be whole, but git deps not exitis in |
The sample golang Dockerfile: https://github.com/pubnative/docker-images/blob/master/oncall-sync/Dockerfile You see, we use mostly golang only for build binaries and uses pure alpine to run it. So it should be as @taadis be whole as golang tool and have similar packages as other builds in golang dockers tags. |
any thoughts on adding make on the alpine tag considering it wont add much to the size and the wheezy tag includes it as well.
The text was updated successfully, but these errors were encountered: