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

Docker image size #55

Closed
stelucz opened this issue Nov 19, 2019 · 1 comment
Closed

Docker image size #55

stelucz opened this issue Nov 19, 2019 · 1 comment

Comments

@stelucz
Copy link

stelucz commented Nov 19, 2019

Hi,

after latest commits docker image size grew almost 25 times.
Image build before e8782ca

REPOSITORY        TAG                 IMAGE ID            CREATED             SIZE
jtimon            latest              88df549101f1        5 days ago          17.4MB

Image build today after 1171e80

REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
jtimon              latest              91672f0036b0        8 minutes ago       437MB

17.4MB vs 437MB size

Was a such huge difference in image size planned or it is bug? Thanks!

Regards,
Lukas

@nileshsimaria
Copy link
Owner

Thanks @stelucz. It was a bug. I have used multi-stage docker build to reduce image size.

$ docker images | grep jtimon
jtimon              latest              2d44fb9577ac        4 minutes ago       20.5MB

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