[
https://issues.apache.org/jira/browse/KUDU-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015355#comment-17015355
]
ASF subversion and git services commented on KUDU-3005:
-------------------------------------------------------
Commit 1650e2f39449a1b89d4c3abba1106b5ad6bf824a in kudu's branch
refs/heads/master from Grant Henke
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=1650e2f ]
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
> Reduce size of kudu-python docker image
> ---------------------------------------
>
> Key: KUDU-3005
> URL: https://issues.apache.org/jira/browse/KUDU-3005
> Project: Kudu
> Issue Type: Improvement
> Components: build
> Affects Versions: 1.11.0
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
> Labels: docker
>
> Currently the kudu-python docker image is based off of the dev image. To
> reduce the size of the image, we should build a minimal runtime image with
> python.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)