-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Labels
Description
What is the new container you'd like to have?
Container for CrateDB database.
Why not just use a generic container for this?
CrateDB has it's own wait strategy as well as the need to have different setups, for example to form a cluster we'd need 3 docker instances. These would be better implemented here, upstream.
Other references:
We have already a working implementation thanks to @amotl https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/testing/testcontainers/cratedb.py