[
https://issues.apache.org/jira/browse/FLINK-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357106#comment-15357106
]
ASF GitHub Bot commented on FLINK-4118:
---------------------------------------
Github user iemejia commented on the issue:
https://github.com/apache/flink/pull/2176
Nice, I just fixed as you suggested. I have three questions:
1. This container is based on the Java JRE (to keep it small), Does Flink
in any part do some magic that requires a full JDK (like live recompiles) ? If
no, I think this is almost perfect now.
2. Are you aware of any other flink dependency that uses any native OS
library (I ask this since this because if it is the case it must be added to
the container, I did this for snappy because I found the issue while testing a
Beam pipeline, but I don't know if there are others).
3. In the docker image I left supervisor because I didn't find an easy way
to start flink in normal mode, the scripts to start both taskmanager and
jobmanager go into daemon mode immediately, is there something that can be done
to change this (this will reduce the image in 40 more MB), but well I can work
on that for a different PR.
> The docker-flink image is outdated (1.0.2) and can be slimmed down
> ------------------------------------------------------------------
>
> Key: FLINK-4118
> URL: https://issues.apache.org/jira/browse/FLINK-4118
> Project: Flink
> Issue Type: Improvement
> Reporter: Ismaël Mejía
> Priority: Minor
>
> This issue is to upgrade the docker image and polish some details in it (e.g.
> it can be slimmed down if we remove some unneeded dependencies, and the code
> can be polished).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)