[ https://issues.apache.org/jira/browse/HBASE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260513#comment-15260513 ]
Elliott Clark commented on HBASE-15708: --------------------------------------- The resulting filesystem/environment after each run is stored and then layered on top of each other to create the final result. If the run commands are not complicated and there's no use for the intermediate state, then chaining all the commands together into a single run command will save space, and allow the docker image to start a little faster. > 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)