I am trying to run the apollo router on CentOS 8, which has GLIBC v2.28. I am getting the following error
/lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./dist/router)
Based on the conversation here it seems like the goal was for the router to be able to run “anywhere”, including a minimum glibc of 2.11. Decide Runtime Targets · Issue #65 · apollographql/router · GitHub
Has this changed? Is glibc 2.29 required for router?