Is there a best practice on setting up glibc on docker alpine linux base image?

后端 未结 4 1520
感动是毒
感动是毒 2020-12-05 01:47

Is there a best practice on setting up glibc on docker alpine linux base image with correct paths so any spawned process can correctly reference the location of the installe

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 02:28

    I had create a github repo Docker build for glibc for alpine, support multi-arch, i.e. x86_64, aarch64, etc. You can build from the latest glibc source for any CPU type in just one line command. It was forked from sgerrand's repo, I modified to support multi-arch and combine builder stage and packaging stage into one single line. Or you could just download the pre-built packages from release page.

提交回复
热议问题