Skip to content
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

[Feature request] Alpine image bundle with bash by default. #968

Closed
gengjiawen opened this issue Jan 4, 2019 · 3 comments
Closed

[Feature request] Alpine image bundle with bash by default. #968

gengjiawen opened this issue Jan 4, 2019 · 3 comments
Labels

Comments

@gengjiawen
Copy link
Member

RT

@SimenB
Copy link
Member

SimenB commented Jan 10, 2019

The point of the alpine image is to be as small as possible. Adding bash makes the image go from 70.7MB to 74.5MB. And nothing prevents you from adding it to your own image.

/cc @nodejs/docker thoughts?

@SimenB SimenB added the alpine label Jan 10, 2019
@gengjiawen
Copy link
Member Author

gengjiawen commented Jan 10, 2019

Looks like I can still use

docker run -it node:alpine /bin/sh

But during this time I find envinfo can't run on node:alpine tabrindle/envinfo#81. Anything I am missing ?

@gengjiawen
Copy link
Member Author

Let's keep it small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@SimenB @gengjiawen and others