beevelop/docker-java

Problem Building Image

Closed this issue · 6 comments

It is not possible build this image, using the command: docker build -t beevelop/java github.com/beevelop/docker-java
screenshot from 2019-01-15 23-16-56
It seems to be related with the oracle downloading server.

This seems weird. Does this issue still occur? Maybe it was a temporary issue.

apt-get install -y oracle-java8-installer && \

Issue does still occur! Oracle changed their licensing again.

I just got my fastlane pipeline back up running with a new image phoscur/docker-ionic switching to OpenJDK.

@beevelop I like your approach with many small images, but your stack currently only works because you are not rebuilding them..
What's your solution for java8?

Well, that's definitely an issue. The license changes of Oracle Java since April 2019 make it quite hard to use Oracle Java. I guess we need to switch to OpenJDK and hope for the best.

@Phoscur: It's quite a while ago, that I started building up the "image tree". I definitely need to put some effort in, to get them up to date. Help and feedback is highly appreciated. I'll try my best to update them in the next few days.

Considering the android fastlane build stack, java8 is/was the greatest issue. Have a look at these changes: Phoscur/docker-ionic@e39423c
But the other updates pretty much worked out of the box (in my case debian buster).

@Phoscur: Puh, alright. I'll use it as a basis. Thank you so far.

So switching to OpenJDK should resolve the issue. Feel free to reopen / open another if it happends again. Thank you guys.