Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tormak3D opened this issue Jun 24, 2024 · 4 comments
Closed

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

Tormak3D opened this issue Jun 24, 2024 · 4 comments
Assignees

Comments

@Tormak3D
Copy link

Tormak3D commented Jun 24, 2024

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
Copy link
Contributor

Hello, as you can see the push you linked is under a still open PR
hexparrot/mineos-node#544

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

Thanks

@Routhinator
Copy link

Container will need to be split as versions 1.17.x > 1.20.4 require Java 17, and Mineos is meant for running long lived modded servers. Many of which will need Java 17 for a few years to come.

@stavros-k
Copy link
Contributor

As long as there are 2 images we can have a selector for each yea.

@stavros-k
Copy link
Contributor

Closing this, but feel free to re-open one when there are 2 images available.
Until then we cannot do anything.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants