-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: migrate to Debian Bookworm #1564
Conversation
Not working yet because of adoptium/adoptium-support#816 |
Hi @saghul, I tried the followings to install
apt-get update
apt-get install openjdk-11-jre-headless
# or
apt-get install openjdk-11-jre-headless --no-install-recommends Notes:
java --version
openjdk 11.0.18 2023-01-17
OpenJDK Runtime Environment (build 11.0.18+10-post-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Debian-1deb11u1, mixed mode, sharing) |
The AdopOpenJDK repo has been updated now but I haven't been able to update the PR as I was at a conference. Any reason to prefer Debian old stable repo to that one? The advantage I see with the latter is that they provide builds for all LTS Java versions, unlike Debian. |
Actually I don't have much idea about using the AdopOpenJDK repo. After a quick check, it looks like that |
Interesting points! I'll dig a little here. |
This step is only used for local development anyway.
re: the OpenJDK source: https://whichjdk.com/#adoptium-eclipse-temurin We don't need to settle it in stone, but I think Temurin sounds like a good way forward. I assume we'll be running 17 before 11 is EOL anyway, so relying on Debian's support feels unnecessary. |
I think that a simpler PR will work now since the latest |
Yes indeed! |
I hope to pick back up early next year. |
Superseded by #1770 |
No description provided.