flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

Switch to a MySQL image with arm64 support

Open sap1ens opened this issue 3 years ago • 1 comments

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.

sap1ens avatar Nov 17 '22 23:11 sap1ens

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.

yuxiqian avatar Apr 25 '24 08:04 yuxiqian