lostluck opened a new issue, #23453: URL: https://github.com/apache/beam/issues/23453
### What would you like to happen? Java and Python SDKs use cloned external images from Dockerhub cached in GCR by default instead. https://github.com/apache/beam/search?q=v1beta3%2F Containers live here: https://console.cloud.google.com/gcr/images/cloud-dataflow/global/v1beta3?mods=logs_tg_prod The Go SDK should do the same, to reduce startup time. Container paths would be like `gcr.io/cloud-dataflow/v1beta3/beam_go_sdk:2.37.0` and similar for each version. The Go SDK container is significantly smaller than Java and Python's due to the static compilation nature of Go, so this likely reduced issues requiring the proximity caching. However, for parity this would be useful. ### Issue Priority Priority: 3 ### Issue Component Component: sdk-go -- 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]
