Repository: incubator-gearpump Updated Branches: refs/heads/master 6c9cd6aa4 -> 979886375
[GEARPUMP-297] Make urls relative Author: karol brejna <[email protected]> Closes #177 from karol-brejna-i/GEARPUMP-297-fix-docker-links. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/97988637 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/97988637 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/97988637 Branch: refs/heads/master Commit: 9798863753dac06077ce23bef5f451bf7fdca619 Parents: 6c9cd6a Author: karol brejna <[email protected]> Authored: Fri Apr 28 16:45:44 2017 +0800 Committer: manuzhang <[email protected]> Committed: Fri Apr 28 16:45:56 2017 +0800 ---------------------------------------------------------------------- integrationtest/docker/README.md | 8 ++++---- integrationtest/docker/java/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/97988637/integrationtest/docker/README.md ---------------------------------------------------------------------- diff --git a/integrationtest/docker/README.md b/integrationtest/docker/README.md index 69d89f4..e9acae8 100644 --- a/integrationtest/docker/README.md +++ b/integrationtest/docker/README.md @@ -3,10 +3,10 @@ This folder contains docker images definitions used in integration tests of Gear These include: - * [The standalone single node Kafka cluster with Zookeeper](/kafka) - * [The Hadoop image](/hadoop) - * [The Gearpump Cluster Launcher and Storm Client](/gearpump) - * [Java 8 JRE image](/java) + * [The standalone single node Kafka cluster with Zookeeper](kafka) + * [The Hadoop image](hadoop) + * [The Gearpump Cluster Launcher and Storm Client](gearpump) + * [Java 8 JRE image](java) We decided to fork spotify/kafka image, because the project does not maintain proper tagging. http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/97988637/integrationtest/docker/java/README.md ---------------------------------------------------------------------- diff --git a/integrationtest/docker/java/README.md b/integrationtest/docker/java/README.md index 6f93f20..e0b5602 100644 --- a/integrationtest/docker/java/README.md +++ b/integrationtest/docker/java/README.md @@ -5,14 +5,14 @@ We also probably hit a Java bug (http://bugs.java.com/bugdatabase/view_bug.do?bu This is experimental version of Java image that we will use until we switch to some "official" image. For now, the official JRE image is twice as big as the one we used: +``` openjdk 8-jre-alpine 108 MB openjdk 8u121-jre 309 MB delitescere/java 1.8.0_92 67.8 MB errordeveloper/oracle-jre latest 161 MB +``` - -By using this container or any derived containers you are accepting the terms of [Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX][1]. - - [1]: http://www.oracle.com/technetwork/java/javase/terms/license/index.html +By using this container or any derived containers you are accepting the terms of [Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX](http://www.oracle.com/technetwork/java/javase/terms/license/index.html +).
