-
Notifications
You must be signed in to change notification settings - Fork 516
Include Debian Slim image #305
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
Comments
I'm not sure I understand what I think the general consensus for usage of this repo is that it typically wouldn't be your runtime base and you'd use it more for building your project and then copying the resulting binary into a separate image that's |
How about replacing the debian image with the slim variant? |
Excuse me, it was a misunderstanding from my side. I'll close the issue |
I still feel it would be worth using debian's slim images for this. What exactly do we need from the main debian image here that couldn't be accomplished with the slim images? |
There's nothing that couldn't be accomplished with the slim images, but rather that we'd then have to duplicate the list of installed SCMs from (See also #427 where this is being actively discussed again.) |
I like the small size of the Alpine image but within some project I really miss full blown features (like
/dev/log
for instance).In my opinion a Debian Slim image could really by a useful midway between Alpine and full Debian, it would not diminish the right of existence for an Alpine image (can think of loads of uses there) however it would add uses for programs that are just a bit to intensive for the bare-bones Alpine installments but also don't justify a complete Debian installment either (scaling). I've looked up the base templates for the Debian setup and reiterated the request there as well: docker-library/buildpack-deps#99
Please consider adding a Debian like Slim package to the available Golang images. And of course, I do not mind contributing
The text was updated successfully, but these errors were encountered: