temurin-build
temurin-build copied to clipboard
Docker images for Java 21 arm32v7 missing in docker-hub
What are you trying to do? I am trying to get the Java 21 image for arm32v7
Expected behaviour: According to your docs (https://adoptium.net/de/supported-platforms/) there should be arm32v7 images for Ubuntu 24.04 available.
Observed behaviour: Going to https://hub.docker.com/r/arm32v7/eclipse-temurin/ shows only images for arm32 up to Java 17.
Any other comments:
Sorry, this question was answered here: https://github.com/adoptium/adoptium-support/issues/962
Can you give me a hint where I could open a bug to remove that misleading from supported-platforms list?
Cheers, Jochen
See https://github.com/adoptium/adoptium.net/pull/3104
Sorry for being nitpicky, but that PR doesn't cover this page: https://adoptium.net/de/supported-platforms/
And there ARM32 is still listed as supported. I have no idea where that page lives or is generated since I couldn't find it in the repos.
I would gladly provide a PR if knew where :)
https://github.com/adoptium/adoptium.net/blob/main/content/asciidoc-pages/supported-platforms/index.adoc
Now https://github.com/adoptium/adoptium.net/blob/a6602930ded2e665f5d6c032e6d587505ee5c218/src/data/supported-platforms.json#L298
PR to fix this: https://github.com/adoptium/adoptium.net/pull/277