ahmedabu98 commented on PR #35271:
URL: https://github.com/apache/beam/pull/35271#issuecomment-2977374220

   @Amar3tto I checked the Dataflow pipelines. The tests on master are pulling 
the SDK container image from 
`--sdk_harness_ids=sdk-0-0,gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:beam-master-20250605`
 and passing successfully.
   
   Dataflow tests on this PR are pulling from 
`-sdk_harness_ids=sdk-0-0,gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:2.66.0` 
and failing with this error:
   ```
   "PullImage from image service failed" 
   err="rpc error: code = NotFound desc = failed to pull and unpack image 
     \"gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:2.66.0\": 
     failed to resolve reference 
\"gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:2.66.0\": 
     gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:2.66.0: not found" 
   image="gcr.io/cloud-dataflow/v1beta3/beam_java11_sdk:2.66.0"
   ```
   
   The difference reflects this change: 
https://github.com/apache/beam/commit/086ae6cf8311799c1d7ee2eac5eb3adff9253e30
   
   My guess is the Dataflow container just hasn't been built and uploaded to 
that location yet


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