[
https://issues.apache.org/jira/browse/HBASE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260761#comment-15260761
]
Appy commented on HBASE-15708:
------------------------------
Attached patch v4.
Here's the short output (after i already built once)
{noformat}
Sending build context to Docker daemon 256 kB
Step 1 : FROM ubuntu:14.04
---> 8fa7f61732d6
Step 2 : ADD . /hbase/dev-support
---> Using cache
---> ab1a8af699e3
Step 3 : RUN apt-get -y update && apt-get -y install curl python-pip && pip
install requests
---> Using cache
---> f4b132aeed1b
Successfully built f4b132aeed1b
{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-v4.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)