mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
* update Kafka dependencies to Kafka 2.6.0 * switch to Scala 2.13 build of Kafka * update integration tests * update Kafka tutorial
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 .