-
Task
-
Resolution: Done
-
Major
-
0.1
-
None
-
Cleaned up use of Docker for integration tests.
The MySQL connector module is building a custom Docker image based upon the `mysql/mysql-server` image maintained by the MySQL team, but we actually don't need to build a custom image. Instead, we can just reuse the `mysql/mysql-server` image and use volumes to mount our configuration file and scripts (like we do with the alternative MySQL server image `mysql`, maintained by the Docker team).
Similarly, the PostgreSQL connector (which is incomplete) is doing the same thing.