You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/05/18 20:00:23 UTC

[2/2] flink git commit: [FLINK-6616] [docs] Clarify provenance of official Docker images

[FLINK-6616] [docs] Clarify provenance of official Docker images

Note that the official Docker images for Flink are community supported
and not an official release of the Apache Flink PMC.

This closes #3932


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9a64d50f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9a64d50f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9a64d50f

Branch: refs/heads/master
Commit: 9a64d50f07c03102dfcb44656ec01852fdb56ac1
Parents: 47cb734
Author: Greg Hogan <co...@greghogan.com>
Authored: Wed May 17 12:27:34 2017 -0400
Committer: Greg Hogan <co...@greghogan.com>
Committed: Thu May 18 15:59:27 2017 -0400

----------------------------------------------------------------------
 docs/setup/docker.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9a64d50f/docs/setup/docker.md
----------------------------------------------------------------------
diff --git a/docs/setup/docker.md b/docs/setup/docker.md
index c8da06b..4986f2a 100644
--- a/docs/setup/docker.md
+++ b/docs/setup/docker.md
@@ -24,15 +24,15 @@ under the License.
 -->
 
 [Docker](https://www.docker.com) is a popular container runtime. There are
-official Flink Docker images available on Docker Hub which can be used directly
-or extended to better integrate into a production environment.
+official Docker images for Apache Flink available on Docker Hub which can be
+used directly or extended to better integrate into a production environment.
 
 * This will be replaced by the TOC
 {:toc}
 
-## Official Flink Docker Images
+## Official Docker Images
 
-The [official Flink Docker repository](https://hub.docker.com/_/flink/) is
+The [official Docker repository](https://hub.docker.com/_/flink/) is
 hosted on Docker Hub and serves images of Flink version 1.2.1 and later.
 
 Images for each supported combination of Hadoop and Scala are available, and
@@ -60,6 +60,9 @@ For example:
 * `flink:1.2-scala_2.10-alpine`
 -->
 
+**Note:** The docker images are provided as a community project by individuals
+on a best-effort basis. They are not official releases by the Apache Flink PMC.
+
 ## Flink with Docker Compose
 
 [Docker Compose](https://docs.docker.com/compose/) is a convenient way to run a