Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql 5.7 docker image not supported on arm64 devices #16

Closed
MrHash opened this issue Jun 20, 2019 · 3 comments
Closed

Mysql 5.7 docker image not supported on arm64 devices #16

MrHash opened this issue Jun 20, 2019 · 3 comments
Labels
enhancement New feature or request infra something related to the infrastructure of Dojo

Comments

@MrHash
Copy link

MrHash commented Jun 20, 2019

I think this is a long standing issue at docker-library/mysql#318

Consider swapping for an alternative build based on architecture switch or using mariadb or other compatible option.

more info: https://hub.docker.com/r/mysql/mysql-server/

@kenshin-samourai kenshin-samourai added the infra something related to the infrastructure of Dojo label Jun 21, 2019
@MrHash
Copy link
Author

MrHash commented Jun 22, 2019

in my setup a straight swap of mysql:5.7 to mariadb:10.4 works seamlessly for armv8

@Technifocal
Copy link

I had to execute mysql -h"db" -u"root" -p"$MYSQL_ROOT_PASSWORD" "$MYSQL_DATABASE" < /docker-entrypoint-initdb.d/1_db.sql inside the mariadb container to get this working.

See #22.

@MrHash
Copy link
Author

MrHash commented Jul 1, 2019

Hmm that's interesting, i didn't have that problem afaik but i'll feedback if i see it. It might be that the install failed first time for some reason and this had to be run to complete the install script.

@LaurentMT LaurentMT added the enhancement New feature or request label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infra something related to the infrastructure of Dojo
Projects
None yet
Development

No branches or pull requests

4 participants