mirror of https://github.com/apache/druid.git
chore: pin upstream java container to jdk 8 (#7313)
This commit is contained in:
parent
a517f8ce49
commit
08d0d6d20d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue