bvolpato commented on issue #26576: URL: https://github.com/apache/beam/issues/26576#issuecomment-1537281420
can confirm https://github.com/apache/beam/pull/26054 as the root cause here ``` $ git checkout release-2.47.0 $ ./gradlew :sdks:python:container:py39:docker $ docker run -it --entrypoint '/opt/apache/beam/boot' docker.io/apache/beam_python3.9_sdk:2.47.0.dev /opt/apache/beam/boot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /opt/apache/beam/boot) /opt/apache/beam/boot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/apache/beam/boot) $ git revert 7ee74d2bf7338e82d35e4429e6d21decc1097621 $ ./gradlew :sdks:python:container:py39:docker $ docker run -it --entrypoint '/opt/apache/beam/boot' docker.io/apache/beam_python3.9_sdk:2.47.0.dev 2023/05/07 00:58:56 No id provided. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
