tkaymak opened a new issue, #39955: URL: https://github.com/apache/beam/issues/39955
KafkaToPubsubE2ETest pins gcr.io/google.com/cloudsdktool/cloud-sdk:316.0.0-emulators for the PubSub emulator testcontainer (KafkaToPubsubE2ETest.java line 56). That tag no longer exists, the registry returns 404 manifest unknown and the full tags list contains no 316.0.0 entries anymore, so the container fetch fails in the class rule before any test runs. Effect: every beam_PreCommit_Java run fails, on master (scheduled run 33488230103, push run 33478152767) and on every PR since roughly 2026-09-01 02:30 UTC. Fix incoming: bump the pin to a tag that exists. The newest versioned emulator tag currently is 583.0.0-emulators, the rolling emulators tag also works if reviewers prefer never hitting a purge again. -- 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]
