[ https://issues.apache.org/jira/browse/HBASE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260748#comment-15260748 ]
Appy commented on HBASE-15708: ------------------------------ Ahh yes, when i saw docker build output, i was wondering if it's taking 4x space. Here's the output for reference {noformat} Sending build context to Docker daemon 256 kB Step 1 : FROM ubuntu:14.04 ---> 8fa7f61732d6 Step 2 : ADD . /hbase/dev-support ---> Using cache ---> 895898147bd5 Step 3 : RUN apt-get -y update ---> Using cache ---> 447a208ea6e4 Step 4 : RUN apt-get -y install curl python-pip ---> Using cache ---> be899d8a6369 Step 5 : RUN pip install requests ---> Using cache ---> dea1d4cb1725 Successfully built dea1d4cb1725 {noformat} > Docker for dev-support scripts > ------------------------------ > > Key: HBASE-15708 > URL: https://issues.apache.org/jira/browse/HBASE-15708 > Project: HBase > Issue Type: Bug > Reporter: Appy > Assignee: Appy > Attachments: HBASE-15708-master-v2.patch, > HBASE-15708-master-v3.patch, HBASE-15708-master.patch > > > Scripts in dev-support are limited in terms of dependencies by what's > installed on apache machines. Installing new stuff is not easy. It can be > painful even importing simple python libraries like 'requests'. This jira is > to add a single docker instance which we can tweak to build the right > environment for dev-support scripts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)