irods / contrib

A pooled collection of community-contributed code that works alongside iRODS
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

ELK stack container: switch to distro-provided Java runtime #36

Closed SwooshyCueb closed 2 months ago

SwooshyCueb commented 2 months ago

Temurin was chosen as the Java runtime for the elk stack, as Temurin is the successor to AdoptOpenJDK, which tweaked the JVM in ways that were advantageous for our use case. However, with the transition to Eclipse Foundation stewardship, the goals of the project have changed, so Temurin does not actually carry forward these changes to the JVM, and is, in fact, a pretty vanilla distribution of OpenJDK. Therefore, we may as well be using the distro-provided packages for the Java runtime. It would eliminate the need to use Adoptium's apt repository, which is behind a cloudflare gateway that sometimes gets in the way of package downloads.