From 1. 4., DockerHub introduces new very strict rate limitations on docker image pulls.
Consider changing FROM tags in dockerfiles to use altenative providers or add login step at the beginning of CI/CD job as authenticated requests aren't affected.
Current path was hardcoded into /usr/share/ but the executable (py script) is located in /usr/bin as well. Also, the previous path was dependent on current clang version. This new one is version-oblivious.