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

Yang Wang edited comment on FLINK-15682 at 1/20/20 9:46 AM:
------------------------------------------------------------

The community is using the [official 
repository|https://github.com/docker-flink/docker-flink] to build every release 
image. It is now just very similar as {{flink-contrib/docker-flink/Dockerfile}} 
without the user artifact. So you could use the following command to build your 
own image.
{code:java}
cd flink-contrib/docker-flink
./build.sh --from-local-dist --image-name flink:k8s{code}


was (Author: fly_in_gis):
The community is using the [official 
repository|https://github.com/docker-flink/docker-flink] to build every release 
image. It is now just very similar as {{flink-container/docker/Dockerfile}} 
without the user artifact. So you could use the following command to build your 
own image.
{code:java}
cd flink-container/docker
build.sh --from-local-dist --job-artifacts any-file --image-name flink:k8s{code}

> Flink native kubernetes Could not run
> -------------------------------------
>
>                 Key: FLINK-15682
>                 URL: https://issues.apache.org/jira/browse/FLINK-15682
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>            Reporter: yuzhaojing
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently,native kubernetes use exec /bin/bash -c java_command to start 
> jobmanager and taskmanager.but there are $Flink_ClassPath in 
> java_command,when use exec $@,this env can't be parse.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to