Skip to content

Commit

Permalink
Change docker image in distribution Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Nov 15, 2024
1 parent 81c3ef5 commit 2505257
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.6-jdk-11-slim as builder
FROM --platform=linux/amd64 maven:3.8.5-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 2505257

Please sign in to comment.