You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dagang Wei (Jira)" <ji...@apache.org> on 2019/08/26 22:28:00 UTC

[jira] [Created] (FLINK-13865) Support custom config in Flink docker image

Dagang Wei created FLINK-13865:
----------------------------------

             Summary: Support custom config in Flink docker image
                 Key: FLINK-13865
                 URL: https://issues.apache.org/jira/browse/FLINK-13865
             Project: Flink
          Issue Type: Improvement
          Components: Deployment / Kubernetes
    Affects Versions: 1.9.0, 1.8.1, 1.8.0, 1.7.2, 1.6.4, 1.6.3
            Reporter: Dagang Wei


[Flink docker images](https://github.com/docker-flink/docker-flink) do not support custom config, in order to do so, the user has to build their own image based on the official image and modify config/flink-conf.yaml. It would be much easier if the image accepts custom config through args and in [docker-entrypoint.sh](https://github.com/docker-flink/docker-flink/blob/master/docker-entrypoint.sh) it automatically merge the custom config into config/flink-conf.yaml.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)