druid/integration-tests/docker-base
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
..
jdk8 Integration tests for JDK 11 (#9249) 2020-02-12 16:36:31 -08:00
jdk11 Integration tests for JDK 11 (#9249) 2020-02-12 16:36:31 -08:00
README.md Integration tests for JDK 11 (#9249) 2020-02-12 16:36:31 -08:00
setup.sh Update Apache Kafka to 2.7.0 (#10701) 2020-12-22 13:56:00 -08:00

README.md

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 .