raulcd commented on PR #13021:
URL: https://github.com/apache/arrow/pull/13021#issuecomment-1118372786

   @kou @pitrou is there anything else you think we should do on this PR in 
order to get it merged?
   About the `oracle-java` vs `debian-java` I am not sure how we could manage 
the inconsistency from the maven images repository better on our side.I did add 
the params to the usage on the `docker-compose` and the `openjdk` vs `jdk` 
naming convention for the image:
   ```
       # Usage:
       #   docker-compose build oracle-java
       #   docker-compose run oracle-java
       # Parameters:
       #   MAVEN: 3.8.5
       #   JDK: 17
       image: ${ARCH}/maven:${MAVEN}-openjdk-${JDK}
   ```
   vs
   ```
       # Usage:
       #   docker-compose build debian-java
       #   docker-compose run debian-java
       # Parameters:
       #   MAVEN: 3.5.4, 3.6.2
       #   JDK: 8, 11
       image: ${ARCH}/maven:${MAVEN}-jdk-${JDK}
   ```
   let me know if you have a better idea.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to