kou opened a new pull request, #47972:
URL: https://github.com/apache/arrow/pull/47972

   ### Rationale for this change
   
   If we use `bash -i -c` as `ENTRYPOINT`, we need to pass command line as a 
string such as `archery docker run cpp-jni 'ls -la'` not `archery docker run 
cpp-jni ls -lah`.
   
   Our `compose.yaml` assumes the latter style. So our command line in 
`compose.yaml` is ignored.
   
   ### What changes are included in this PR?
   
   Remove needless `SHELL` and `ENTRYPOINT`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to