Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14984
Change subject: KUDU-3005: Reduce size of kudu-python docker image ...................................................................... KUDU-3005: Reduce size of kudu-python docker image This patch breaks out the python environment bootstrapping from the dev environment bootstrapping. This allows us to use the runtime image for the kudu-python docker image instead of the giant dev image. The result of this change is a 440MB uncompressed image instead of a 1.92GB uncompressed image. I manually tested the image by running the python example against a quickstart cluster: https://github.com/apache/kudu/blob/master/examples/python/basic-python-example/basic_example.py Change-Id: I159907c4a85e919d98c92df97cd44d0300d1cd29 --- M .dockerignore M docker/Dockerfile A docker/bootstrap-python-env.sh 3 files changed, 109 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/14984/1 -- To view, visit http://gerrit.cloudera.org:8080/14984 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I159907c4a85e919d98c92df97cd44d0300d1cd29 Gerrit-Change-Number: 14984 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
