-
Notifications
You must be signed in to change notification settings - Fork 16
Use Java 21 in Debian / Ubuntu images #75
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
Conversation
nickva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
@big-r81 I'll merge then try also update the Erlang 26 build and run buildx on all the images |
|
This is failing the update to the latest OTP 25 Not all those debian/ubuntu versions have Java 21 |
|
then we should use Java 17 in Debian Bullsye? |
|
Maybe it just can't find bullseye altogether? |
|
or a temporary network / server error? |
|
oh there is now ppc64le bullseye image ... |
|
I remeber this from docker-library/official-images#17633 (comment)
|
|
https://hub.docker.com/_/debian/tags?name=bullseye&ordering=-name Huh, you're right, it is gone now. https://www.debian.org/releases/bullseye/
Well this puts a monkey wrench in our release. I'll have to update the CI scripts and package scripts with exceptions for various version/arch combinations. |
|
Here is my jumping through hoops patch to handle the issue: #77 |
No description provided.