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 run failed #213

Open
yjqg6666 opened this issue Jul 1, 2024 · 1 comment · May be fixed by #214
Open

mysql run failed #213

yjqg6666 opened this issue Jul 1, 2024 · 1 comment · May be fixed by #214

Comments

@yjqg6666
Copy link
Contributor

yjqg6666 commented Jul 1, 2024

Mysql container can NOT run with error " Fatal glibc error: CPU does not support x86-64-v2".
Related to docker-library/mysql#1055 .

ref: #https://unix.stackexchange.com/questions/631217/how-do-i-check-if-my-cpu-supports-x86-64-v2
/lib64/ld-linux-x86-64.so.2 --help

Subdirectories of glibc-hwcaps directories, in priority order:
x86-64-v4
x86-64-v3
x86-64-v2

Legacy HWCAP subdirectories under library search path directories:
x86_64 (AT_PLATFORM; supported, searched)
tls (supported, searched)
avx512_1
x86_64 (supported, searched)

I would like to propose to update mysql to a broader hardware support version.

@yjqg6666
Copy link
Contributor Author

yjqg6666 commented Jul 1, 2024

image
The effective specific version tag is mysql:8.0.37-oraclelinux9.
image

The tag mysql:8.0.37-bookworm can be used for replacement, but it only amd64.

The tag mysql:8.0.37-oraclelinux8 could be used to fix the error.
image

yjqg6666 added a commit to yjqg6666/pinpoint-docker that referenced this issue Jul 1, 2024
fix container run error: "Fatal glibc error: CPU does not support x86-64-v2"
Reference: docker-library/mysql#1055
@yjqg6666 yjqg6666 linked a pull request Jul 1, 2024 that will close this issue
yjqg6666 added a commit to yjqg6666/pinpoint-docker that referenced this issue Jul 1, 2024
fix container run error: "Fatal glibc error: CPU does not support x86-64-v2"
Reference: docker-library/mysql#1055
yjqg6666 added a commit to yjqg6666/pinpoint-docker that referenced this issue Jul 1, 2024
fix container run error: "Fatal glibc error: CPU does not support x86-64-v2"
Reference: docker-library/mysql#1055
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant