Skip to content

Commit

Permalink
Try using maven:3-openjdk-17-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Dec 17, 2024
1 parent 85664ec commit 3d5c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG JDK_VERSION=17
# This is because it's not able to build the distribution on arm64 due to dependency problem of web-console. See: https://github.com/apache/druid/issues/13012
# Since only java jars are shipped in the final image, it's OK to build the distribution on x64.
# Once the web-console dependency problem is resolved, we can remove the --platform directive.
FROM --platform=linux/amd64 maven:3.8.4-openjdk-17-slim as builder
FROM --platform=linux/amd64 maven:3-openjdk-17-slim as builder

# Rebuild from source in this stage
# This can be unset if the tarball was already built outside of Docker
Expand Down

0 comments on commit 3d5c05f

Please sign in to comment.