Downgrade busybox version to fix k8s IT (#14518)

This commit is contained in:
Rishabh Singh 2023-07-04 12:21:35 +05:30 committed by GitHub
parent 4ee7b14f5f
commit e2676c390e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>"