metabrainz / musicbrainz-docker

Docker Compose project for the MusicBrainz Server with replication, search, and development setup
https://musicbrainz.org/doc/MusicBrainz_Server/Setup
294 stars 75 forks source link

Docker image for oracle jdk no longer available #93

Closed dns53 closed 5 years ago

dns53 commented 5 years ago

The JDK docker image that the indexer uses is no longer available in the docker hub repository. You should switch to using openjdk docker images instead.

Modify indexer-dockerfile/Dockerfile and change the first line to use the latest openjdk java 8: FROM openjdk:8-jdk

yvanzo commented 5 years ago

Hi, thank you for the notice!

It seems more conservative to use airdock/oraclejdk:1.8 which replaces previous image since Jan, 20. Any reason not to keep using airdock image?

By the way, I’m currently working on sir as a replacement for the indexer.

Edit: just checked other/further docker images relying on Java: mb-solr uses OpenJDK.

mayhem commented 5 years ago

ListenBrainz is switching to this image as well, but we haven't really put anything to the test yet, but for cross-project consistency, let's do that until we learn otherwise.

pingupingu commented 5 years ago

I have created a pull request for this https://github.com/metabrainz/musicbrainz-docker/pull/94

yvanzo commented 5 years ago

Thanks, the corresponding commit for this issue has been applied onto master branch.