Grant Henke has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/14984 Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M .dockerignore M docker/Dockerfile M docker/bootstrap-dev-env.sh A docker/bootstrap-python-env.sh 4 files changed, 110 insertions(+), 37 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- 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: merged Gerrit-Change-Id: I159907c4a85e919d98c92df97cd44d0300d1cd29 Gerrit-Change-Number: 14984 Gerrit-PatchSet: 4 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
