You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide a docker image with minimal footprint that includes just the real prereqs and the lib (and not full OS libs or other package managers)? People can derive from that and add their addtional libs of their need.
You can save additional space when you build your own java disctribution with jlink (e.g. described here https://www.baeldung.com/jlink).
The text was updated successfully, but these errors were encountered:
Can you provide a docker image with minimal footprint that includes just the real prereqs and the lib (and not full OS libs or other package managers)? People can derive from that and add their addtional libs of their need.
You can save additional space when you build your own java disctribution with jlink (e.g. described here https://www.baeldung.com/jlink).
The text was updated successfully, but these errors were encountered: