Hello Kudu Jenkins, Andrew Wong, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14984
to look at the new patch set (#3).
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
M docker/bootstrap-dev-env.sh
A docker/bootstrap-python-env.sh
4 files changed, 110 insertions(+), 37 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/14984/3
--
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: newpatchset
Gerrit-Change-Id: I159907c4a85e919d98c92df97cd44d0300d1cd29
Gerrit-Change-Number: 14984
Gerrit-PatchSet: 3
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)