I have seen 6.5 requires oracle jdk/jre but the Dockerfile/Container provided uses openjdk which is not supported.
You would have to build it yourself but this is not possible as described at
because the source doesn't exists.
Step 1/20 : FROM oracle/JDK:8
invalid reference format: repository name must be lowercase
alternative
Step 1/20 : FROM oracle/jdk:8
pull access denied for oracle/jdk, repository does not exist or may require 'docker login'
I found another thread but the source doesn't exists either.
Step 1/20 : FROM oracle/serverjre:8
pull access denied for oracle/serverjre
So how do you proceed from here?
You can use airdock/oracle-jdk
possible but now one has to fiddle around with missing packages which are alpine-only for reasons... guess there is a lot of work neccessary... thanks.
Still, the support article seems wrong and should be updated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.