mirror of
https://github.com/apache/druid.git
synced 2025-02-07 02:28:19 +00:00
31528bcdaf
* Integration tests for JDK 11 * fix vm option * fix superviosrd * fix pom * add integration tests for java 11 * add logs * update docs * Update dockerfile to ack AdoptOpenJdk for Java 11 install commands
Base Docker Image for Integration Tests
Building Docker Image for Integration Tests
Run the following commands from <DRUIDS_REPO_DIR>/integration-tests/docker-base
To build docker image for Java JDK8:
- docker build -t druidbase:<NEW_TAG> -f jdk8/Dockerfile .
To build docker image for Java JDK11:
- docker build -t druidbase:<NEW_TAG> -f jdk11/Dockerfile .