Open yjqg6666 opened 4 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
/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)
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.
The effective specific version tag is mysql:8.0.37-oraclelinux9.
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.
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
I would like to propose to update mysql to a broader hardware support version.