Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
367 stars 133 forks source link

Updating JAVA_HOME in Dockerfile. #85

Closed dennisoelkers closed 5 years ago

dennisoelkers commented 5 years ago

Before this change, any attempt to run the 3.1.0-beta.1-1 docker image lead to:

/docker-entrypoint.sh: line 59: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java: No such file or directory

For unknown reasons, the jre installation prefix of the openjdk:8-jre-slim image has changed. This PR is updating it, making the image functional again.

bernd commented 5 years ago

@dennisoelkers This changed when the openjdk docker image switched to AdoptOpenJDK binaries in commit https://github.com/docker-library/openjdk/commit/3eb0351b208d739fac35345c85e3c6237c2114ec.