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

Java 16 #64

Closed
ghost opened this issue May 16, 2021 · 5 comments
Closed

Java 16 #64

ghost opened this issue May 16, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented May 16, 2021

What is the easiest way for me to upgrade this docker to include java 16? I need it for Minecraft version 21w19a

@MitchTalmadge
Copy link
Owner

I will look into updating the container to Java 16 since it will become the minimum version for Minecraft. Thanks for bringing this up! I'll try to have something out quickly.

@MitchTalmadge MitchTalmadge self-assigned this May 17, 2021
@MitchTalmadge MitchTalmadge added the enhancement New feature or request label May 17, 2021
@kevinpthorne
Copy link

Possible conflict: #41 (comment)

@OrionH
Copy link

OrionH commented May 27, 2021

I was able to add Java 16 to the container using these commands as a temporary solution.

add-apt-repository ppa:linuxuprising/java
apt install oracle-java16-installer --install-recommends

@MitchTalmadge
Copy link
Owner

I've finished adding and testing Java 16 in staging. I will merge it tonight if I can get my new CI/CD to play nicely.

@MitchTalmadge
Copy link
Owner

Java 16 is now a part of the latest release (v16) of this container. You can access it in the Java section of the AMP settings. Default remains Java 11 at least until Java 17 is released in September since it is the next LTS.

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

No branches or pull requests

3 participants