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)