[
https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961513#comment-16961513
]
Alan Gates commented on ORC-564:
--------------------------------
One small suggested change
{code:java}
CMD if [ ! -d orc ]; then \
echo "No volume provided, building from apache master. To build using
local source pass '-v`pwd`:/root/orc' to docker run" &&
git clone https://github.com/apache/orc.git -b master; \
fi && \
...{code}
> fix Docker scripts so that their command is bash
> ------------------------------------------------
>
> Key: ORC-564
> URL: https://issues.apache.org/jira/browse/ORC-564
> Project: ORC
> Issue Type: Bug
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the Docker files all have run commands that download and build
> master. That tends to confuse users who expect it to build and test their
> download. Furthermore, the scripts got out of date, because they were
> intended to be used with the scripts run-one.sh and run-all.sh, which
> override the run command.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)