Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from using unmaintained Google Cloud mysql db image to dockerh…
…ub official image (google#3272) https://github.com/GoogleCloudPlatform/mysql-docker claims it is unmaintained and hasn't seen an update in 5 months. Without a specific reason for using this fork we should try using the official image on dockerhub which is less likely to see breakages or fall out of date. Instead of pinning to a hash I'm following the 8.0 tag to automatically receive patch versions. The reasoning being that the container is used during testing and is not an included dependency in our final artifact. Happy to consider pinning if anybody thinks there is a call for it.
- Loading branch information