whitesource / unified-agent-distribution

51 stars 48 forks source link

Docker image with minimal footprint #28

Open jimjaeger opened 2 years ago

jimjaeger commented 2 years ago

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).

LenaKleyner commented 2 years ago

Thanks for the suggestion @jimjaeger, we will need to examine and evaluate it. In the meantime, please have a look at the following example.