[ https://issues.apache.org/jira/browse/FLINK-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906494#comment-15906494 ]
Patrick Lucas edited comment on FLINK-3026 at 3/12/17 11:31 AM: ---------------------------------------------------------------- I've pushed some of the images built from the Dockerfiles in that repo @[aafb1e4b|https://github.com/patricklucas/docker-flink/tree/aafb1e4bc4a1d6d1fe706cbe457376385e3f8d02] (after which were some changes by [~iemejia] that I want to discuss) to the Docker Hub repo [plucas/flink|https://hub.docker.com/r/plucas/flink/tags/], along with the relevant tags. Specifically, I pushed: * 1.1.4-hadoop27-scala_2.11-alpine * 1.2.0-hadoop26-scala_2.10-alpine * 1.2.0-hadoop26-scala_2.11-alpine * 1.2.0-hadoop27-scala_2.10-alpine * 1.2.0-hadoop27-scala_2.11-alpine to demonstrate various tag permutations, e.g.: * latest-alpine -> 1.2.0-hadoop27-scala_2.11-alpine * 1.1-alpine -> 1.1.4-hadoop27-scala_2.11-alpine * 1.2-hadoop26-alpine -> 1.2.0-hadoop26-scala_2.11-alpine * 1.2-scala_2.10-alpine -> 1.2.0-hadoop27-scala_2.10-alpine was (Author: plucas): I've pushed some of the images built from the Dockerfiles in that repo @[aafb1e4b|https://github.com/patricklucas/docker-flink/commit/aafb1e4bc4a1d6d1fe706cbe457376385e3f8d02] (after which were some changes by [~iemejia] that I want to discuss) to the Docker Hub repo [plucas/flink|https://hub.docker.com/r/plucas/flink/tags/], along with the relevant tags. Specifically, I pushed: * 1.1.4-hadoop27-scala_2.11-alpine * 1.2.0-hadoop26-scala_2.10-alpine * 1.2.0-hadoop26-scala_2.11-alpine * 1.2.0-hadoop27-scala_2.10-alpine * 1.2.0-hadoop27-scala_2.11-alpine to demonstrate various tag permutations, e.g.: * latest-alpine -> 1.2.0-hadoop27-scala_2.11-alpine * 1.1-alpine -> 1.1.4-hadoop27-scala_2.11-alpine * 1.2-hadoop26-alpine -> 1.2.0-hadoop26-scala_2.11-alpine * 1.2-scala_2.10-alpine -> 1.2.0-hadoop27-scala_2.10-alpine > Publish the flink docker container to the docker registry > --------------------------------------------------------- > > Key: FLINK-3026 > URL: https://issues.apache.org/jira/browse/FLINK-3026 > Project: Flink > Issue Type: Task > Components: Build System, Docker > Reporter: Omer Katz > Assignee: Patrick Lucas > Labels: Deployment, Docker > > There's a dockerfile that can be used to build a docker container already in > the repository. It'd be awesome to just be able to pull it instead of > building it ourselves. > The dockerfile can be found at > https://github.com/apache/flink/tree/master/flink-contrib/docker-flink > It also doesn't point to the latest version of Flink which I fixed in > https://github.com/apache/flink/pull/1366 -- This message was sent by Atlassian JIRA (v6.3.15#6346)