tet123/debezium-ingest-jdbc
Randall Hauch fd9e04552c Used a different base image for MySQL.
This `mysql/mysql-server` official image from the Oracle MySQL team is smaller and starts faster than the Docker "official" `mysql` image. It's also far simpler to wait for startup to complete (the `mysql` image initializes MySQL, stops it, then restarts it, so the "ready" messages appear twice, making it very difficult for the the docker maven plugin to wait reliably).
2015-11-18 17:02:08 -06:00
..
src/test/java/io/debezium/injest/jdbc/util Used a different base image for MySQL. 2015-11-18 17:02:08 -06:00
pom.xml Initial project skeleton 2015-11-18 14:23:29 -06:00