You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/04/05 02:34:56 UTC

[incubator-druid] branch master updated: change Dockerfile maintainers email to dev mailing list (#7417)

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

fjy 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 e2aa6e4  change Dockerfile maintainers email to dev mailing list (#7417)
e2aa6e4 is described below

commit e2aa6e47f8b30e40d0a98538ddf92b71d7f42793
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Thu Apr 4 19:34:48 2019 -0700

    change Dockerfile maintainers email to dev mailing list (#7417)
---
 distribution/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 553f6ce..48c6e08 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -36,7 +36,7 @@ RUN addgroup --gid 1000 druid \
 
 FROM amd64/busybox:1.30.0-glibc as busybox
 FROM gcr.io/distroless/java
-LABEL maintainer="Don Bowman <do...@agilicus.com>"
+LABEL maintainer="Apache Druid Developers <de...@druid.apache.org>"
 
 COPY --from=busybox /bin/busybox /busybox/busybox
 RUN ["/busybox/busybox", "--install", "/bin"]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org