Abacn commented on issue #29168:
URL: https://github.com/apache/beam/issues/29168#issuecomment-1783214741

   Found that the cause is here:
   
   
https://github.com/apache/beam/blob/7b38f743f78812fd240e2245abc490e6cb8997ed/runners/google-cloud-dataflow-java/examples/build.gradle#L102
   
   It assigns an empty string to workerHarnessContainerImage pipeline option. 
This has caused Dataflow to use an old container in 
us-central1-docker.pkg.dev/google.com/dataflow-containers/worker/v1beta3/beam-java-streaming
   
   This might be an internal bug. Removing this line, the tag for container is 
determined by 
   
   


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