chore: pin upstream java container to jdk 8 (#7313)

This commit is contained in:
Don Bowman 2019-04-11 13:18:29 -07:00 committed by Gian Merlino
parent a517f8ce49
commit 08d0d6d20d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN addgroup --gid 1000 druid \
&& chmod 775 /opt/druid/var
FROM amd64/busybox:1.30.0-glibc as busybox
FROM gcr.io/distroless/java
FROM gcr.io/distroless/java:8
LABEL maintainer="Apache Druid Developers <dev@druid.apache.org>"
COPY --from=busybox /bin/busybox /busybox/busybox