This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 08d0d6d  chore: pin upstream java container to jdk 8 (#7313)
08d0d6d is described below

commit 08d0d6d20d02f7a1d385a35f18545ee1efe15935
Author: Don Bowman <[email protected]>
AuthorDate: Thu Apr 11 13:18:29 2019 -0700

    chore: pin upstream java container to jdk 8 (#7313)
---
 distribution/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 48c6e08..fa80ba2 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -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 <[email protected]>"
 
 COPY --from=busybox /bin/busybox /busybox/busybox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to