Hi team, I am trying to build a zeppelin from source code to run Flink. Here are the things i have done to build the image for only Flink interpreter only but seems like size is 9gb something of docker. How can i reduce the size of the docker image
1) I removed all possible interpreter modules ( like hbase, cassandra, mark down) from pom.xml. 2) mvn package clean -DskipTests 3) Move zeppelin/distribution/zeppelin-0.11.0-snapshot.tgz to zeppelin/scripts/docker/bin 4) change file names and docker file to build the image and image size is 9gb. Any idea how can i reduce this image size ? Thanks