Tomas Kormanak
07/30/2024, 7:37 AMhfhbd
07/30/2024, 7:44 AMJohann Pardanaud
07/30/2024, 9:14 AMNow with projects like Eclipse Adoptium which produce Eclipse Temurin builds […] there is a natural replacement for a vendor neutral OpenJDK build […]
Tomas Kormanak
07/30/2024, 12:50 PMjw
07/30/2024, 2:11 PMAndrew O'Hara
07/30/2024, 2:54 PMjlink
is necessary to strip out the unnecessary JDK. But if you're going to go even further, you can strip out unnecessary modules of the JRE itself, but watch out, because any reflection you have might cause issues with this!
jlink works even better if you choose the slim
or alpine
variant of an image, which is built on an even smaller OS than the standard debian
base, leading to an even smaller docker image.Andrew O'Hara
07/30/2024, 3:09 PMdave08
07/31/2024, 9:34 AMhfhbd
07/31/2024, 12:48 PMdave08
07/31/2024, 12:49 PMdave08
07/31/2024, 12:49 PMjw
07/31/2024, 12:53 PMhfhbd
07/31/2024, 12:54 PMYogeshvu
05/02/2025, 1:06 AMjw
05/02/2025, 1:07 AMjw
05/02/2025, 1:07 AMYogeshvu
05/02/2025, 1:22 AMjw
05/02/2025, 1:23 AMJavaExec
tasks for each operationYogeshvu
05/02/2025, 1:23 AM