Hi all, The docker config has been removed with the latest python3 docker related commit [1], So the command: > ./gradlew :sdks:python:container:docker in `Python Tips`[2] can not work well, we should correct it, something like: > ./gradlew :sdks:python:container:py35:docker
The flink 1.5 and 1.6 are removed by BEAM-7962 [3], So we also need correct the command in `Python Tips`: > ./gradlew :runners:flink:1.5:job-server:container:docker We should change 1.5 to 1.7. I want correct the command in `Python Tips`, so I appreciate if anyone can give me the Confluence permission. Best, Jincheng [1] https://github.com/apache/beam/commit/47feeafb21023e2a60ae51737cc4000a2033719c#diff-1bc5883bcfcc9e883ab7df09e4dcddb0L63 [2] https://cwiki.apache.org/confluence/display/BEAM/Python+Tips [3] https://github.com/apache/beam/pull/9632
