druid/integration-tests/docker-base
Xavier Léauté 65280a6953
update kafka client version to 2.5.0 (#9902)
- remove dependency on deprecated internal Kafka classes
- keep LZ4 version in line with the version shipped with Kafka
2020-05-27 13:20:32 -07: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 kafka client version to 2.5.0 (#9902) 2020-05-27 13:20:32 -07: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 .