[
https://issues.apache.org/jira/browse/HTRACE-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14790847#comment-14790847
]
Jake Farrell commented on HTRACE-241:
-------------------------------------
the intent of the -v was to mount the current git code checkout into /htrace,
should not need a '='. Running the above on my mac yields
{code}
htrace:trunk $ docker run -it -v $(pwd):/htrace --entrypoint /bin/bash htrace
-c 'cd /htrace && mvn install'
[INFO] Scanning for projects...
Downloading:
http://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom
Downloaded:
http://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom (16 KB
at 40.8 KB/sec)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.htrace:htrace-webapp:war:4.1.0-incubating-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-war-plugin is missing. @ line 31, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache HTrace
[INFO] htrace-c
[INFO] htrace-core
[INFO] htrace-webapp
[INFO] htrace-zipkin
[INFO] htrace-hbase
[INFO] htrace-flume
[INFO] htrace-htraced
....
{code}
> Docker image for HTrace
> -----------------------
>
> Key: HTRACE-241
> URL: https://issues.apache.org/jira/browse/HTRACE-241
> Project: HTrace
> Issue Type: Task
> Affects Versions: 3.1.0
> Reporter: Lewis John McGibbney
> Assignee: Jake Farrell
> Fix For: 4.1
>
> Attachments: HTRACE-241.patch
>
>
> Further to conversation over on HTRACE-157 I've started work on a Docker
> image. This image will provide an image as a resource to run examples and
> easily navigate the HTrace features for new comers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)