Abacn commented on code in PR #31861: URL: https://github.com/apache/beam/pull/31861#discussion_r1675973915
########## contributor-docs/code-change-guide.md: ########## @@ -423,6 +423,17 @@ If you're using Dataflow Runner v2 and `sdks/java/harness` or its dependencies ( --sdkContainerImage="us.gcr.io/apache-beam-testing/beam_java11_sdk:2.49.0-custom" ``` +#### Snapshot Version Containers + +By default, a Snapshot version for an SDK under development will use the containers published to the [apache-beam-testing project's container registry](https://us.gcr.io/apache-beam-testing/github-actions).For example, the most recent snapshot container for Java 17 can be found [here](https://us.gcr.io/apache-beam-testing/github-actions/beam_java17_sdk). Review Comment: The "2.xx.0-SNAPSHOT" downtime is longer for snapshot jars (publish nightly) than snapshot containers (publish every 4 hrs). And I read that the snapshot container should not affect if user follows this doc (if sdkContainer not provided, it goes to an old beam master container; otherwise it goes to the override one), but snapshot jar does. Shall we change the section title to "Snapshot Artifacts and Version Containers" ? -- 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]
