This is an automated email from the ASF dual-hosted git repository. melap pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit c87c68504ec227ca349b385edaced88df08de521 Author: Scott Wegner <[email protected]> AuthorDate: Wed Apr 18 11:09:27 2018 -0700 Add TODO with linked JIRA to update Docker documentation for Gradle. --- src/contribute/docker-images.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/contribute/docker-images.md b/src/contribute/docker-images.md index 70ca4c0..efd7a80 100644 --- a/src/contribute/docker-images.md +++ b/src/contribute/docker-images.md @@ -7,6 +7,9 @@ permalink: /contribute/docker-images/ # Docker Images +> Note: There is an open issue to update this page for Gradle: +[BEAM-4117](https://issues.apache.org/jira/browse/BEAM-4117). + Docker images allow to create a reproducible environment to build and test Beam. You can use the docker images by using the provided [Docker scripts](https://github.com/apache/beam/tree/master/sdks/java/build-tools/src/main/resources/docker). -- To stop receiving notification emails like this one, please contact [email protected].
