Skip to content

Commit

Permalink
Downgrade busybox version to fix k8s IT (#14518)
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Jul 4, 2023
1 parent 4ee7b14 commit e2676c3
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 @@ -49,7 +49,7 @@ RUN --mount=type=cache,target=/root/.m2 VERSION=$(mvn -B -q org.apache.maven.plu
&& tar -zxf ./distribution/target/apache-druid-${VERSION}-bin.tar.gz -C /opt \
&& mv /opt/apache-druid-${VERSION} /opt/druid

FROM busybox:1.35.0-glibc as busybox
FROM busybox:1.34.1-glibc as busybox

FROM gcr.io/distroless/java$JDK_VERSION-debian11
LABEL maintainer="Apache Druid Developers <dev@druid.apache.org>"
Expand Down

0 comments on commit e2676c3

Please sign in to comment.