jnturton opened a new pull request, #2932: URL: https://github.com/apache/drill/pull/2932
# [DRILL-8505](https://issues.apache.org/jira/browse/DRILL-8505): Fix Docker Hub automated container image builds ## Description 1. Use a single threaded Maven build to avoid thread-unsafe Maven plugin issues. 2. Move the _latest_ and _master_ tags to OpenJDK 17. Images based on on all three of OpenJDK 8, 11 and 17 continue to be published and tagged accordingly but the "default" tags of _latest_ and _master_ are repointed to OpenJDK 17. This affects the _master_ image as soon as this PR is merged, while the _latest_ image will only change with the next Drill release. ## Documentation N/A ## Testing Manual test of the Docker Hub automated build based on the temporary drill-8505 branch in the apache/drill repo. The temporary branch are resulting container image on Docker Hub are to be cleaned up after this PR is finalised.  -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org