flink-cdc
flink-cdc copied to clipboard
Switch to a MySQL image with arm64 support
Closes #1367
The official MySQL distribution doesn't support arm64 architecture for 5.7, so it's not possible to run tests on an Apple Silicon machine natively.
https://github.com/biarms/mysql is a distribution that's compatible with the official one, but it's also built for arm64.
Unfortunately, it doesn't use UTC timezone by default, so I had to update the configuration.
All tests passed.
Hi @sap1ens, Thanks for your contribution! Now MySQL testcases have all been upgraded to mysql:8.0 docker image which provides native arm64 images already. Closing this PR, feel free to reopen it if you have any other concerns.