[jira] [Commented] (FLINK-9914) Flink docker information in official website is out of date and should be update
[ https://issues.apache.org/jira/browse/FLINK-9914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1659#comment-1659 ] ASF GitHub Bot commented on FLINK-9914: --- Github user zentol commented on the issue: https://github.com/apache/flink/pull/6402 merging. > Flink docker information in official website is out of date and should be > update > > > Key: FLINK-9914 > URL: https://issues.apache.org/jira/browse/FLINK-9914 > Project: Flink > Issue Type: Bug >Reporter: vinoyang >Assignee: vinoyang >Priority: Minor > Labels: pull-request-available > > The documentation still use Flink 1.2.1, but the latest Flink version is 1.5.x -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (FLINK-9914) Flink docker information in official website is out of date and should be update
[ https://issues.apache.org/jira/browse/FLINK-9914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555767#comment-16555767 ] ASF GitHub Bot commented on FLINK-9914: --- zentol closed pull request #6402: [FLINK-9914][docs] Update Docker docs URL: https://github.com/apache/flink/pull/6402 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/ops/deployment/docker.md b/docs/ops/deployment/docker.md index 4986f2ae7aa..183a212d95e 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:-hadoop-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)* - - +* `flink:latest` → `flink:-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 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Flink docker information in official website is out of date and should be > update > > > Key: FLINK-9914 > URL: https://issues.apache.org/jira/browse/FLINK-9914 > Project: Flink > Issue Type: Bug >Reporter: vinoyang >Assignee: vinoyang >Priority: Minor > Labels: pull-request-available > > The documentation still use Flink 1.2.1, but the latest Flink version is 1.5.x -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (FLINK-9914) Flink docker information in official website is out of date and should be update
[ https://issues.apache.org/jira/browse/FLINK-9914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553984#comment-16553984 ] ASF GitHub Bot commented on FLINK-9914: --- GitHub user patricklucas opened a pull request: https://github.com/apache/flink/pull/6402 [FLINK-9914][docs] Update Docker docs ## What is the purpose of the change Clarify the Docker-related docs for current releases. You can merge this pull request into a Git repository by running: $ git pull https://github.com/patricklucas/flink FLINK-9914_update_docker_flink_docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/6402.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6402 commit be033162727950f6be384e9c5755947e37a09303 Author: Patrick Lucas Date: 2018-07-23T15:46:34Z [FLINK-9914][docs] Update Docker docs > Flink docker information in official website is out of date and should be > update > > > Key: FLINK-9914 > URL: https://issues.apache.org/jira/browse/FLINK-9914 > Project: Flink > Issue Type: Bug >Reporter: vinoyang >Assignee: vinoyang >Priority: Minor > Labels: pull-request-available > > The documentation still use Flink 1.2.1, but the latest Flink version is 1.5.x -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Commented] (FLINK-9914) Flink docker information in official website is out of date and should be update
[ https://issues.apache.org/jira/browse/FLINK-9914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553007#comment-16553007 ] Patrick Lucas commented on FLINK-9914: -- The version numbers in those docs are just for example purposes, and don't need to be updated for each release. However, there have been some slight changes to the images, so updating these docs anyway is in order. > Flink docker information in official website is out of date and should be > update > > > Key: FLINK-9914 > URL: https://issues.apache.org/jira/browse/FLINK-9914 > Project: Flink > Issue Type: Bug >Reporter: vinoyang >Assignee: vinoyang >Priority: Minor > > The documentation still use Flink 1.2.1, but the latest Flink version is 1.5.x -- This message was sent by Atlassian JIRA (v7.6.3#76005)