1 Reply Latest reply on Nov 15, 2018 5:36 AM by gadeyne.bram

    Wildfly docker image build on openjdk 11

    gadeyne.bram

      Hi,

       

      Should the latest version of Wildfly run on OpenJDK 11?

      If so, Are there any plans to create images for docker who run on the new OpenJDK 11 version?

       

      If I'm correct then the available images run on OpenJDK8

        • 1. Re: Wildfly docker image build on openjdk 11
          gadeyne.bram

          For those interested.

           

          I've created a fork of the jboss/wildfly docker image on docker hub. (code is on GitHub)

           

          The jboss images are created based on centos 7 but there is no openjdk-11 package available there. So I've created this image based on Ubuntu Bionic (18.04) and used the openjdk-11 package that is available there.

           

          Currently the openjdk-11 package on Ubuntu Bionic actually provides openjdk-10. But it should be upgraded in the future.

           

          I've created a tagged image gadeynebram/wildfly14-ubuntu18:real_java_11 where a real openjdk-11 is downloaded from download.java.net.