-
Notifications
You must be signed in to change notification settings - Fork 57
Home
fengmk2 edited this page Mar 13, 2025
·
30 revisions
Welcome to the xprofiler wiki!
https://hub.docker.com/r/fengmk2/xprofiler-centos8/tags
https://hub.docker.com/r/fengmk2/xprofiler-centos8-arm64/tags
docker pull --platform=linux/arm64 centos:centos8
docker run --platform=linux/arm64 -it centos:centos8 bash
[root@06126bc6526e /]# uname -a
Linux 06126bc6526e 6.12.15-orbstack-00304-gd0ddcf70447d #60 SMP Tue Feb 18 19:55:47 UTC 2025 aarch64 aarch64 aarch64 GNU/Linuxdocker run --platform=linux/arm64 -dit --name my_centos8_arm64 centos:centos8
docker exec -it my_centos8_arm64 bash
# change yum source https://www.cnblogs.com/BlueSky2021/articles/17790478.html
# install tools
yum install python38 gcc-c++ make python38-pip git -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bashglibc 版本
ldd --version
ldd (GNU libc) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
strings /lib64/libc.so.6 | grep GLIBC_
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28