pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
461 stars 227 forks source link

mysql run failed #213

Open yjqg6666 opened 3 months ago

yjqg6666 commented 3 months ago

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 commented 3 months ago

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