Skip to content

Commit

Permalink
Add flag to indicate if a bundled JDK is available (#37)
Browse files Browse the repository at this point in the history
With this commit we add a new variable that indicates whether a
distribution contains a bundled JDK. This can be used in the future by
Rally for various decisions whether it requires a user-provided JDK on
the system.
  • Loading branch information
danielmitterdorfer committed Jan 7, 2020
1 parent 774cbdf commit 7ced01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cars/v1/vanilla/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ docker_image=docker.elastic.co/elasticsearch/elasticsearch
build.jdk = 8
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk = 8
runtime.jdk.bundled = false

0 comments on commit 7ced01a

Please sign in to comment.