/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found in container

  • Hello, please execute the command "strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_" to check the version of glibc in the container image. I have tested the Docker image and found no issues. The output is as follows.

    Code: Select all

    # run strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_
    GLIBC_2.2.5
    GLIBC_2.2.6
    GLIBC_2.3
    GLIBC_2.3.2
    GLIBC_2.3.3
    GLIBC_2.3.4
    GLIBC_2.4
    GLIBC_2.5
    GLIBC_2.6
    GLIBC_2.7
    GLIBC_2.8
    GLIBC_2.9
    GLIBC_2.10
    GLIBC_2.11
    GLIBC_2.12
    GLIBC_2.13
    GLIBC_2.14
    GLIBC_2.15
    GLIBC_2.16
    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
    GLIBC_2.29
    GLIBC_2.30
    GLIBC_2.31
    GLIBC_2.32
    GLIBC_2.33
    GLIBC_2.34
    GLIBC_2.35
    GLIBC_PRIVATE