raulcd commented on code in PR #13021:
URL: https://github.com/apache/arrow/pull/13021#discussion_r862865731


##########
docker-compose.yml:
##########
@@ -1488,6 +1482,18 @@ services:
         /arrow/ci/scripts/java_build.sh /arrow /build &&
         /arrow/ci/scripts/java_test.sh /arrow /build"
 
+  oracle-java:

Review Comment:
   the maven image for openjdk 17 is based on Oracle Linux instead of debian 
`maven:3.8.5-openjdk-17`:
   ```
   $ docker run --rm maven:3.8.5-openjdk-17 cat /etc/system-release
   Oracle Linux Server release 8.5
   ```



-- 
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