RobMcKiernan commented on issue #32731:
URL: https://github.com/apache/beam/issues/32731#issuecomment-2407034082

   I pulled the docker image tagged "latest" to verify that it's on `2.59.0`, 
however it seems to be on `2.57.0`, at least according to the 
`version.__version__`
   ```
   ➜ docker pull apache/beam_python3.12_sdk:latest
   latest: Pulling from apache/beam_python3.12_sdk
   fea1432adf09: Pull complete 
   5651b5803b18: Pull complete 
   3873416e6a33: Pull complete 
   8a142b8b0e69: Pull complete 
   c1ab5c0b7cab: Pull complete 
   541445b689ae: Pull complete 
   2160297bfeb9: Pull complete 
   6aa46f5fa6a3: Pull complete 
   7819e6b66eb2: Pull complete 
   6f34129bac21: Pull complete 
   163e928ec7e8: Pull complete 
   254158c9034b: Pull complete 
   db59b7ea230b: Pull complete 
   4f4fb700ef54: Pull complete 
   Digest: 
sha256:c73e4ae03eb2f257cf5984458b429de84e72a1eaa94b99be7f8c389b54aa6baa
   Status: Downloaded newer image for apache/beam_python3.12_sdk:latest
   docker.io/apache/beam_python3.12_sdk:latest
   
   ➜ docker images|grep beam_python3.12_sdk
   apache/beam_python3.12_sdk                               latest              
     4fa1bf687b40   3 months ago    2.8GB
   
   ➜ docker run -it --entrypoint=/bin/bash 4fa1bf687b40
   root@b148a708f868:/# python -c "import 
apache_beam;print(apache_beam.version.__version__)"
   2.57.0
   ```
   
   Not sure what's going on here? @Abacn can you shed some light on this?


-- 
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]

Reply via email to