We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue Are our images too big, bloated with unnecessary dependencies?
Describe the improvement you'd like Check images sizes, and if we mistakenly package unnecessary bits and remove them.
The text was updated successfully, but these errors were encountered:
I read a lot on the interwebs about docker images being unnecessarily large and there are a bunch of blog posts about how to optimise them, eg: https://medium.com/@reach2shristi.81/real-life-proven-strategies-to-reduce-docker-image-size-0415b756f886
We have done very little optimisation work here so I expect there's a load of low hanging fruit...
Sorry, something went wrong.
it seems that the full source folder is added to the container.
Maybe a multi-stages build can be used to improve this :)
No branches or pull requests
Describe the issue
Are our images too big, bloated with unnecessary dependencies?
Describe the improvement you'd like
Check images sizes, and if we mistakenly package unnecessary bits and remove them.
The text was updated successfully, but these errors were encountered: