[jira] [Commented] (ORC-564) fix Docker scripts so that their command is bash

2019-10-28 Thread Alan Gates (Jira)
[ https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961513#comment-16961513 ] Alan Gates commented on ORC-564: One small suggested change {code:java} CMD if [ ! -d orc ]; then \ echo

[jira] [Commented] (ORC-564) fix Docker scripts so that their command is bash

2019-10-28 Thread Owen O'Malley (Jira)
[ https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961485#comment-16961485 ] Owen O'Malley commented on ORC-564: --- Another approach would be to use a bind mount to get the ORC source

[jira] [Commented] (ORC-564) fix Docker scripts so that their command is bash

2019-10-26 Thread Owen O'Malley (Jira)
[ https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960434#comment-16960434 ] Owen O'Malley commented on ORC-564: --- I guess that is pretty idiomatic with the way that I use them. When

[jira] [Commented] (ORC-564) fix Docker scripts so that their command is bash

2019-10-25 Thread Alan Gates (Jira)
[ https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960064#comment-16960064 ] Alan Gates commented on ORC-564: Is your intent to make them interactive?  I'm actually ok with the way they