Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[Docker] How to build with Oracle

thesefer November 10, 2017

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


https://confluence.atlassian.com/confkb/update-the-confluence-docker-image-to-use-oracle-jdk-829062521.html


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. 

https://community.atlassian.com/t5/Questions/How-to-update-the-official-Confluence-Docker-image-to-use-the/qaq-p/459509

Step 1/20 : FROM oracle/serverjre:8
pull access denied for oracle/serverjre

 So how do you proceed from here?

1 answer

0 votes
edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 11, 2017

You can use airdock/oracle-jdk

https://hub.docker.com/r/airdock/oracle-jdk/

thesefer November 13, 2017

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events