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

The Dockerfile is very large #43

Open
robhaswell opened this issue Jan 30, 2015 · 1 comment
Open

The Dockerfile is very large #43

robhaswell opened this issue Jan 30, 2015 · 1 comment

Comments

@robhaswell
Copy link
Contributor

Images based off the ubuntu base image tend to be large. The Dockerfile should be based on a more minimal image.

I suggest python:2.7.

@progrium
Copy link

Try gliderlabs/alpine and installing Python with apk like we did here:
https://github.com/gliderlabs/python-runtime.

We've spent a ton of time with Dockerfile and image optimization while
balancing good package support. Alpine is where it's at. Otherwise, make a
custom Dockerfile based on ubuntu-debootstrap for broader package support
but smaller starting point.

On Fri, Jan 30, 2015 at 8:32 AM, Rob Haswell [email protected]
wrote:

Images based off the ubuntu base image tend to be large. The Dockerfile
should be based on a more minimal image.

I suggest python:2.7.


Reply to this email directly or view it on GitHub
#43.

Jeff Lindsay
http://progrium.com

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

No branches or pull requests

2 participants