tl-its-umich-edu/my-learning-analytics

upgrade to MySQL 8.0

Closed this issue · 1 comments

zqian commented

Expected behavior (A description of what you expected to happen) :

The docker-compose.yml still uses mysql:5.7 image. Need to upgrade to MySQL 8, to be consistent with other T&L apps

Describe the bug (Tell us what happens instead of the expected behavior) :

docker-compose build on MackBook M1 gives the following error:


% docker-compose down; docker-compose build && docker-compose up
....
Pulling mysql (mysql:5.7)...
5.7: Pulling from library/mysql
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

Duplicate of #1379