Extends the official Cassandra image with the addition of dnsutils (for the dig
command) and a custom entrypoint to configure seed nodes for the container.
Expects seed node IP addresses to be provided as DNS A records. You can provide the domain via the PEER_DISCOVERY_SERVICE
environment variable. This seed discovery mechanism was designed to play nice with Kubernetes headless services.