Skip to content

Commit

Permalink
Downgrade busybox version to fix k8s IT (apache#14518) (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Singh <6513075+findingrish@users.noreply.github.com>
  • Loading branch information
pagrawal10 and findingrish authored Jul 7, 2023
1 parent 12cc93c commit 515ad51
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 @@ -28,7 +28,7 @@ COPY ./target/apache-druid-${VERSION}-bin.tar.gz .
RUN tar -zxf /src/apache-druid-${VERSION}-bin.tar.gz -C /opt \
&& ln -s /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 515ad51

Please sign in to comment.