GitHub user iemejia opened a pull request: https://github.com/apache/flink/pull/3500
[FLINK-6003] Add docker image based on the openjdk one (debian+alpine) Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the [How To Contribute guide](http://flink.apache.org/how-to-contribute.html). In addition to going through the list, please provide a meaningful description of your changes. - [x] General - The pull request references the related JIRA issue ("[FLINK-XXX] Jira title text") - The pull request addresses only one issue - Each commit in the PR has a meaningful commit message (including the JIRA id) - [x] Documentation - Documentation has been added for new functionality - Old documentation affected by the pull request has been updated - JavaDoc for public methods has been added - [ ] Tests & Build - Functionality added by the pull request is covered by tests - `mvn clean verify` has been executed successfully locally or a Travis build has passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/iemejia/flink FLINK-6003-openjdk-docker-image Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3500.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3500 ---- commit df8cb6723c53daed32b5d76d9790d5573e714d5c Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T10:47:24Z [FLINK-6003] Change base docker image from java to openjdk The java image is deprecated from the official docker images since 2016/12. commit 84e22af005c343ec74e833e2c1abdc0eb1bb2b19 Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T10:47:24Z [FLINK-6003] Trim unneeded files from the official docker flink image commit 50975f60e51e8a244ccdc86c076ca0fe4c9874d0 Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T21:09:06Z [FLINK-6003] Move Dockerfile into a specific alpine directory commit 1457571fc8d30c1c0194798dfb5503803a47b10f Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T21:13:59Z [FLINK-6003] Upgrade default version of the flink image to 1.2.0 commit f48882d2e3d0cac072e5cda2f2fec358a28540c5 Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T22:39:39Z [FLINK-6003] Refactor alpine Dockerfile commit 32727cdef71e62d562486b546e9955b849ff8d25 Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-08T22:39:59Z [FLINK-6003] Clean docker-entrypoint after analysis with shellcheck commit 7e40f28ea0937bbad9f10e84074931b36197537d Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-09T13:50:48Z [FLINK-6003] Add dockerfile for pure openjdk (debian-based) commit f4386a277529f23751d05cce2f99eb89a2319355 Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-09T13:51:55Z [FLINK-6003] Update docker README commit 08d5ce4664a20d227368573a5a688bfef4de466e Author: Ismaël MejÃa <ieme...@gmail.com> Date: 2017-03-09T13:55:48Z [FLINK-6003] Remove quotes that broke host resolution on docker-compose ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---