GitHub user mfelgamal reopened a pull request: https://github.com/apache/zeppelin/pull/1538
[ZEPPELIN-1386] Docker images for running Apache Zeppelin releases ### What is this PR for? This PR is for making docker images for zeppelin releases. It contains a script for building image for each release. Another script is used for publishing images to zeppelin Dockerhub account. This repo, https://github.com/mfelgamal/zeppelin-dockers, is a demonstration of this PR. It contains zeppelin-base image and an image for each zeppelin release. ### What type of PR is it? [Feature] ### Todos - Review Comments - Documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1386 ### How should this be tested? - run create_release script or publish_release script. ### Screenshots (if appropriate) ### Questions: - Does the licenses files need update? no - Is there breaking changes for older versions? no - Does this needs documentation? yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/mfelgamal/zeppelin zeppelin-dockers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1538.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 #1538 ---- commit 48d0a01741e4a44ec76fa39e404a6d56a1f1aab0 Author: mfelgamal <mahmoudf.elga...@gmail.com> Date: 2016-09-07T12:28:40Z Merge pull request #1 from apache/master merge latest master updates commit ac06f3a0d9d8f5563890cf370c4f22aa8d7e3eca Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-09-24T12:42:57Z Make docker image for zeppelin release commit 231a414c3ca26bca3a6cbdb85ec0636213beeebf Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-10-18T10:13:01Z Add zeppelin-base image commit e6423098786f52c2600745c3b60a15d3938300c0 Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-10-21T23:18:12Z Add documentation and some modifications commit e731cb4515c06b04b54c0cffa6dfc39115df9456 Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-10-23T21:59:33Z Add java-cacerts to zeppelin-base commit e1d4b7733523e7242b0d539301ac6a6c674e177b Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-11-03T17:35:58Z add R and python to zeppelin-base commit fd2397057dfc263c1c2a8723935e09706abf1f99 Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-11-05T10:53:20Z remove bash erorr message. commit d2c744e3ce732fc1df529e6ee956331345cc61d1 Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-11-12T21:29:57Z add scala to zeppelin-base commit 1f093d47d0d26d68191cce6518e278ad45a110dd Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-11-18T09:24:39Z Add script start-zeppelin to zeppelin-base commit b64c68008ab39ab929cda36adfe1ad78636a9d47 Author: mahmoudelgamal <mahmoudf.elga...@gmail.com> Date: 2016-12-01T15:34:23Z Remove gcc and g++ for decreasing the size ---- --- 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. ---