chamikaramj commented on issue #26576: URL: https://github.com/apache/beam/issues/26576#issuecomment-1537498862
We also found out that the images built on Jenkins are fine but images built on HEAD may fail depending on the setup of the local machine. For example, Following passes: docker run -it --entrypoint '/opt/apache/beam/boot' [gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:0924840386f473e75324d645e0f0bd466e22dbad](http://gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:0924840386f473e75324d645e0f0bd466e22dbad) But following fails on my linux machine: (on HEAD) ./gradlew :sdks:python:container:py39:docker docker run -it --entrypoint '/opt/apache/beam/boot' apache/beam_python3.9_sdk:[2.48.0.dev](http://2.48.0.dev/) This explains why HEAD tests didn't fail since the PR was submitted. We currently build Docker images for the release in the local machine of the release manager. We need to update the release process to build Docker images in a standard place that is also consistent with the tests so that we can catch issues like this early and consistently. -- 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]
