Image with Oracle's Java 10

Is there a CircleCI image with Oracle’s Java 10?

1 Like

Can you just use Java images from Docker Hub?

I’d like to build on java 10 and 11 as well. I’d like to use java on the host instead of inside a container since it’ll save me from having to reconfigure my build pipeline to use a container.

Presumably there is a way to install whatever version of Java you like. Just use a lightweight Docker image for your build image, and then install Java with apt-get or a manual .deb download or whatever other approach.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.