Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
An amazing work you guys are doing and appreciate the efforts for making such a cool tool available. :)
I have been wondering, the current docker image with 'latest' tag is about 1.88 GB. This is without any data stored in it. I think 200MB-500MB image size would be reasonable from my point of view. Plus for a community version, not all features are supported, so the enormous size can be reduced.
What tools/features/libraries are taking space?
Is there a way to strip out by configuration ?
🧑💻 Implementation
There are a few ideas in my mind.
- Allow a feature selection for an image, similar to Spring Initialiser, then a way to build image based on selection.
- Use Alpine OS and alternate libraries with reduced size
- My understanding this is using python language underneath. Maybe another language might allow efficient storage (Go lang or nodejs).
Anything else?
No response