Interested in what folks use. I stick to temurin unless guaranteed to deploy in AWS then I use corretto.
You must log in or register to comment.
I use temurin, but you’re really okay with anything but oracle’s jdk. You want to do what you can to avoid an Oracle audit.
Seconded. Really, anything but the oracle JDK.
I like temurin, but for docker base images, I use Corretto as Amazon is much better about keeping it patched than the standard Temurin base image.