truenas / charts

TrueNAS SCALE Apps Catalogs & Charts
BSD 3-Clause "New" or "Revised" License
256 stars 250 forks source link

MineOS out of date Java version for last Minecraft Server #2609

Open Tormak3D opened 1 week ago

Tormak3D commented 1 week ago

Hi, Minecraft server after v.1.20.4 need Java 21 on minimal version but MineOS was stuck on the 17. hexparrot has fixed this on his git with this push : https://github.com/hexparrot/mineos-node/pull/544/files/53bc8d6348b7b42b080828b4928d100b48ee6c39

Actually a temporary fix is install manually openjdk21 after start the pod in bash :

apt-get update apt install openjdk-21-jre-headless

Thx for help!

stavros-k commented 1 week ago

Hello, as you can see the push you linked is under a still open PR https://github.com/hexparrot/mineos-node/pull/544

Once this is merged and a new container is released, we can pull this.

Thanks