-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong JRE version on the docker image #1375
Comments
I've tried building my own docker image using JRE 11 and it seems to work, I used:
I had to remove I am happy to make a PR with the changes. |
I had the same issue but had to make some minor changes to the application/Dockerfile.dev and docker-compose.yml I had to add the data-files directory (could use copy too)
and the command in the docker-compose.yml needed to be updated to:
|
Describe the bug
When running Franklin from the published docker image I get the following error:
which seems to indicate that it's trying to run on Java 8 but needs Java 11. This is confirmed by looking at the Dockerfile here: https://github.com/azavea/franklin/blob/master/application/Dockerfile
Expected behavior
The docker image should come with the right version of docker
Additional context
I've tried the two latest images:
quay.io/azavea/franklin:e844dc8
andquay.io/azavea/franklin:adf474c
The text was updated successfully, but these errors were encountered: