Bump the version of Druid docker image from 0.16.0-incubating to latest (#13058)

This commit is contained in:
Benedict Jin 2022-09-10 16:36:00 +08:00 committed by GitHub
parent 4fc43670e5
commit 4bde50e683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/) .