You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/25 14:34:35 UTC

[flink] branch master updated: [FLINK-9914][docs] Update Docker docs

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new b287b04  [FLINK-9914][docs] Update Docker docs
b287b04 is described below

commit b287b04a0e8a1502f8c811208f73a9c8280f3f92
Author: Patrick Lucas <me...@patricklucas.com>
AuthorDate: Mon Jul 23 17:46:34 2018 +0200

    [FLINK-9914][docs] Update Docker docs
---
 docs/ops/deployment/docker.md | 39 ++++++++++++++-------------------------
 1 file changed, 14 insertions(+), 25 deletions(-)

diff --git a/docs/ops/deployment/docker.md b/docs/ops/deployment/docker.md
index 4986f2a..183a212 100644
--- a/docs/ops/deployment/docker.md
+++ b/docs/ops/deployment/docker.md
@@ -24,43 +24,32 @@ under the License.
 -->
 
 [Docker](https://www.docker.com) is a popular container runtime. There are
-official Docker images for Apache Flink available on Docker Hub which can be
-used directly or extended to better integrate into a production environment.
+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 Docker Images
+## Docker Images
 
-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.
+The [Flink 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
 tag aliases are provided for convenience.
 
-For example, the following aliases can be used: *(`1.2.y` indicates the latest
-release of Flink 1.2)*
+Beginning with Flink 1.5, image tags that omit a Hadoop version (e.g.
+`-hadoop28`) correspond to Hadoop-free releases of Flink that do not include a
+bundled Hadoop distribution.
 
-* `flink:latest` →
-`flink:<latest-flink>-hadoop<latest-hadoop>-scala_<latest-scala>`
-* `flink:1.2` → `flink:1.2.y-hadoop27-scala_2.11`
-* `flink:1.2.1-scala_2.10` → `flink:1.2.1-hadoop27-scala_2.10`
-* `flink:1.2-hadoop26` → `flink:1.2.y-hadoop26-scala_2.11`
+For example, the following aliases can be used: *(`1.5.y` indicates the latest
+release of Flink 1.5)*
 
-<!-- NOTE: uncomment when docker-flink/docker-flink/issues/14 is resolved. -->
-<!--
-Additionally, images based on Alpine Linux are available. Reference them by
-appending `-alpine` to the tag. For the Alpine version of `flink:latest`, use
-`flink:alpine`.
-
-For example:
-
-* `flink:alpine`
-* `flink:1.2.1-alpine`
-* `flink:1.2-scala_2.10-alpine`
--->
+* `flink:latest` → `flink:<latest-flink>-scala_<latest-scala>`
+* `flink:1.5` → `flink:1.5.y-scala_2.11`
+* `flink:1.5-hadoop27` → `flink:1.5.y-hadoop27-scala_2.11`
 
-**Note:** The docker images are provided as a community project by individuals
+**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