xvrl commented on code in PR #13059: URL: https://github.com/apache/druid/pull/13059#discussion_r968950142
########## distribution/docker/Dockerfile: ########## @@ -17,8 +17,10 @@ # under the License. # -ARG JDK_VERSION=8 -FROM maven:3.8.4-jdk-11-slim as builder +ARG JDK_VERSION=11 + +FROM maven:3.8.6-jdk-11-slim as builder Review Comment: to make the build work on arm64 we could address the issue by forcing the platform to use amd64 using `FROM --platform=linux/amd64` (let's make sure we add a comment why and link to the node issue) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
