[ 
https://issues.apache.org/jira/browse/FLINK-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542272#comment-16542272
 ] 

ASF GitHub Bot commented on FLINK-9822:
---------------------------------------

Github user bowenli86 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6319#discussion_r202197686
  
    --- Diff: flink-container/docker/README.md ---
    @@ -0,0 +1,44 @@
    +# Apache Flink cluster deployment on docker using docker-compose
    +
    +## Installation
    +
    +Install the most recent stable version of docker
    +https://docs.docker.com/installation/
    +
    +## Build
    +
    +Images are based on the official Java Alpine (OpenJDK 8) image. If you 
want to
    +build the flink image run:
    +
    +    sh build.sh --job-jar /path/to/job/jar/job.jar --image-name flink:job
    +
    +or
    +
    +    docker build -t flink .
    +
    +If you want to build the container for a specific version of 
flink/hadoop/scala
    +you can configure it in the respective args:
    +
    +    docker build --build-arg FLINK_VERSION=1.0.3 --build-arg 
HADOOP_VERSION=26 --build-arg SCALA_VERSION=2.10 -t 
"flink:1.0.3-hadoop2.6-scala_2.10" flink
    --- End diff --
    
    Is FLINK_VERSION 1.0.3 only for demo purpose? Can we use a more recent 
version for demoing?


> Add Dockerfile for StandaloneJobClusterEntryPoint image
> -------------------------------------------------------
>
>                 Key: FLINK-9822
>                 URL: https://issues.apache.org/jira/browse/FLINK-9822
>             Project: Flink
>          Issue Type: New Feature
>          Components: Docker
>    Affects Versions: 1.6.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>
> Add a {{Dockerfile}} to create an image which contains the 
> {{StandaloneJobClusterEntryPoint}} and a specified user code jar. The 
> entrypoint of this image should start the {{StandaloneJobClusterEntryPoint}} 
> with the added user code jar. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to