crate / docker-crate

Source repository for the official CrateDB Docker image
https://registry.hub.docker.com/_/crate/
Apache License 2.0
50 stars 22 forks source link

Do not download JDK to run CrateDB. #173

Closed kovrus closed 4 years ago

kovrus commented 4 years ago

Summary of the changes / Why this is an improvement

CrateDB >= 4.2 runs with the budled JDK. See https://github.com/crate/crate/pull/9746

Related https://github.com/crate/crate/issues/9754

Tested manually. We have to follow up on the test suite here such as tests run only against rendered Dockerfile.

Checklist