-
Notifications
You must be signed in to change notification settings - Fork 150
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
Remove use of Java 8 #238
Comments
That sounds a wonderful idea! Are you willing to contribute it or do you want help? |
It's ok, thanks, just need to find some time. |
This change cuts of the possibility to build a |
What is the use case of asciidoctor on an I'm wondering if the effort required are worth it. Isn'( |
btw
|
I'm using asciidoctor on my Rasperry Pi 3B farm in combination with gitea and drone CI. |
But maybe we could use Adotium/Temurin (https://github.com/adoptium/temurin19-binaries) as a replacement for vanilla OpenJDK. |
Isn't the Rpi 3B an |
Be careful of the following:
=> WDYT of starting with the Temuring JDK17 in a Debian image only for |
I know about the Could also be an easier option to provide a Asciidoctor Container Image based on Debian? But let me open (later this day) new issues to discuss that. |
Yes. But I've to use a 32bit OS for reason and have to use the same base image for Raspberry Pi Zero too. It's a challenge, I know. |
No problem, I haven't used armv7 for a while so was wondering to get a state of the field reality from someone using it ;) I know for a fact that @Poddingue also had the same issue for the Jenkins docker agent images as well (Alpine + JDK11/17 + Adding a Debian image is clearly the next direction if we want an easy multi-platform support. But it does requires delivering a first working version before switching the default image (it will be a breaking change requiring a v2.x version of the image), unless we are ablle to add the Debian version along the actual Alpine. |
@dduportal Could you please point me to the issue or commit? |
Here it is: adoptium/containers#141 ( |
This is to spun conversation...
We are using Java8 for he image and we are already passed 2 LTS from that, v11 (Sept 2018) and v17 (Sept 2021).
I run some tests and:
openjdk11-jre
works fine.As a extra, upgrading alpine also fixes CVEs (se table below).
My opinion is to upgrade to latests Java LTS and Alpine, unless there's some support reason to still use older Alpine. wdyt?
The text was updated successfully, but these errors were encountered: