This module contains Testcontainers implementation for running Apache Druid services. The dependencies in the pom must be minimal so that this module can be used independently by libraries and codebases outside Druid to run Testcontainers.
final DruidContainer container = new DruidContainer("overlord", "apache/druid:33.0.0"); container.start();
apache/druid:33.0.0
apache/druid:32.0.1
apache/druid:31.0.2