Skip to content
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

Docker container still runs on java 1.8u151 #597

Open
jakubklimek opened this issue Sep 21, 2022 · 2 comments
Open

Docker container still runs on java 1.8u151 #597

jakubklimek opened this issue Sep 21, 2022 · 2 comments

Comments

@jakubklimek
Copy link

When using docker run -d --name silk-workbench -v $PWD:/opt/silk/workspace -p 80:80 silkframework/silk-workbench:latest to run silk, the java version in the container is still 1.8u151, which causes problems when communicating with TLSv1.3 SPARQL endpoints.

I suggest upgrading to at least Java 11.

@andreas-schultz
Copy link
Member

Thanks for bringing this up, the upgrade to Java 11 will be done with #629.

@andreas-schultz
Copy link
Member

This has been fixed on the release/3.8.0 branch. There is a new docker image if you want to try it out: silkworkbench/silk-framework:v3.8.0-rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants