You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2022/09/10 08:36:06 UTC

[druid] branch master updated: Bump the version of Druid docker image from 0.16.0-incubating to latest (#13058)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4bde50e683 Bump the version of Druid docker image from 0.16.0-incubating to latest (#13058)
4bde50e683 is described below

commit 4bde50e683e649c57a5d1a147bb15c6286e9eb97
Author: Benedict Jin <as...@apache.org>
AuthorDate: Sat Sep 10 16:36:00 2022 +0800

    Bump the version of Druid docker image from 0.16.0-incubating to latest (#13058)
---
 docs/operations/kubernetes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/operations/kubernetes.md b/docs/operations/kubernetes.md
index 7298dfa9fb..1b6613c517 100644
--- a/docs/operations/kubernetes.md
+++ b/docs/operations/kubernetes.md
@@ -23,10 +23,10 @@ title: "kubernetes"
   -->
 
 
-Apache Druid distribution is also available as [Docker](https://www.docker.com/) image from [Docker Hub](https://hub.docker.com/r/apache/druid) . For example, you can obtain release 0.16.0-incubating using the command below.
+Apache Druid distribution is also available as [Docker](https://www.docker.com/) image from [Docker Hub](https://hub.docker.com/r/apache/druid) . For example, you can obtain latest release using the command below.
 
 ```
-$docker pull apache/druid:0.16.0-incubating
+$ docker pull apache/druid
 ```
 
 [druid-operator](https://github.com/druid-io/druid-operator) can be used to manage a Druid cluster on [Kubernetes](https://kubernetes.io/) .


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