Xavier Léauté b7a16d08a6
Update Apache Kafka to 2.7.0 (#10701)
- align scala versions to match Kafka
2020-12-22 13:56:00 -08:00
..
2020-02-12 16:36:31 -08:00
2020-02-12 16:36:31 -08:00
2020-12-22 13:56:00 -08:00

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 .