You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/01/13 21:39:43 UTC

[beam-site] 01/02: [BEAM-3467] Remove Java 7 from the docker development images

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 74d71f59b7bc1065f40d42303c0babca7ba698f4
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Jan 12 11:42:59 2018 +0100

    [BEAM-3467] Remove Java 7 from the docker development images
---
 src/contribute/docker-images.md    | 11 ++---------
 src/get-started/quickstart-java.md |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/contribute/docker-images.md b/src/contribute/docker-images.md
index 23acf60..70ca4c0 100644
--- a/src/contribute/docker-images.md
+++ b/src/contribute/docker-images.md
@@ -34,13 +34,6 @@ cd file/openjdk8
 docker build -t beam:openjdk8 .
 ```
 
-If you want to build a container with JDK 7:
-
-```
-cd file/openjdk7
-docker build -t beam:openjdk7 .
-```
-
 When you run the image it downloads the specific version of Beam given the
 environment variables. By default it downloads the source code of the latest
 master. If you want to download the latest master and execute the tests:
@@ -113,10 +106,10 @@ directory in your host machine. This is useful to test your code with different
 versions of Java.
 
 If you have the code in the ~/workspace/beam directory and you want to quickly
-test it with Beam on Java 7 you can do:
+test it with Beam you can do:
 
 ```
-docker run -v ~/workspace/beam:/home/user/beam -it beam:openjdk7 /bin/bash
+docker run -v ~/workspace/beam:/home/user/beam -it beam:openjdk8 /bin/bash
 ```
 
 ### Performance improvements
diff --git a/src/get-started/quickstart-java.md b/src/get-started/quickstart-java.md
index 8ffe261..0a5b045 100644
--- a/src/get-started/quickstart-java.md
+++ b/src/get-started/quickstart-java.md
@@ -19,7 +19,7 @@ This Quickstart will walk you through executing your first Beam pipeline to run
 
 ## Set up your Development Environment
 
-1. Download and install the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 1.7 or later. Verify that the [JAVA_HOME](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html) environment variable is set and points to your JDK installation.
+1. Download and install the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 8. Verify that the [JAVA_HOME](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html) environment variable is set and points to your JDK installation.
 
 1. Download and install [Apache Maven](http://maven.apache.org/download.cgi) by following Maven's [installation guide](http://maven.apache.org/install.html) for your specific operating system.
 

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.