Hello, I've started observing these issues since last week:
python: /lib64/libc.so.6: version `GLIBC_2.14' not found
python: /lib64/libc.so.6: version `GLIBC_2.17' not found
An example of the failed build is here: nsls-ii-forge/hunter-feedstock#10 (Azure Pipelines build). Pinning the versions of Python to an older micro versions helps to work-around the issues, but it would be really great to resolve it. I guess a newer Docker image was used for packaging of those newer Python versions, that used a newer glibc. Any suggestions are appreciated. Thanks!