I would need to build some Java libs in a container. Our legacy image was based on openJDK 11 Debian 11 slim, but I noticed that openJDK stopped producing new images and is deprecated. Has someone moved to some other image that would use Debian 12 (bookworm) slim variant and have JDK 11? One option is that I just start from slim Debian 12 and then install JDK 11 to it manually.
Does it have to be Debian? Adoptium produces Ubuntu-based JDK images: https://hub.docker.com/_/eclipse-temurin
I would prefer Debian to reduce chances for regression issues
I'm in the same boat - we have a custom base image for running uberjars, it's based on Temurin distro and bitnami/minideb:bookworm to minimize the image size
We publish Debian-based images. But it sounds like you only need Java, not Clojure? Might be the wrong Slack if so 😉