This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c594a24 Automatic Site Publish by Buildbot
c594a24 is described below
commit c594a2417e315254e97f44a8da9724746464e35d
Author: buildbot <[email protected]>
AuthorDate: Tue Sep 21 07:48:06 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/running-drill-on-docker/index.html | 52 ++++++++++++++++++++++-
output/feed.xml | 4 +-
output/zh/docs/running-drill-on-docker/index.html | 52 ++++++++++++++++++++++-
output/zh/feed.xml | 4 +-
4 files changed, 104 insertions(+), 8 deletions(-)
diff --git a/output/docs/running-drill-on-docker/index.html
b/output/docs/running-drill-on-docker/index.html
index f25f2e0..249a4c7 100644
--- a/output/docs/running-drill-on-docker/index.html
+++ b/output/docs/running-drill-on-docker/index.html
@@ -1430,11 +1430,59 @@
<p>You can run Drill in a <a
href="https://www.docker.com/what-container#/package_software">Docker
container</a>. Running Drill in a container gives a simple way to start using
Drill; all you need is Docker installed on your machine. You simply run a
Docker command, and your installation will download the Drill Docker image from
the <a href="https://hub.docker.com/r/apache/drill">apache/drill</a> repository
on <a href="https://docs.docker.com/docker-hub/">Docker Hub</a> and bring up a
[...]
-<p>Currently, you can only run Drill in embedded mode in a Docker container.
Embedded mode is when a single instance of Drill runs on a node or in a
container. You do not have to perform any configuration tasks to start using
Drill to query local files in embedded mode.</p>
+<p>Currently, you can only run Drill in embedded mode in these Docker
containers. Embedded mode is when a single instance of Drill runs on a node or
in a container. You do not have to perform any configuration tasks to start
using Drill to query local files in embedded mode, other than making your data
visible to the container (see below).</p>
+
+<h2 id="official-drill-image-tags">Official Drill image tags</h2>
+
+<p><strong>Introduced in release:</strong> 1.20</p>
+
+<p>We recommend using the containers based on the latest released version of
Drill for production and the containers based on the master branch should you
want to test unreleased features or bug fixes.</p>
+
+<table>
+ <thead>
+ <tr>
+ <th>Image tag</th>
+ <th>Extra tags</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>1.20.0-openjdk-8</td>
+ <td>latest-openjdk-8,latest</td>
+ <td>latest release running on the openjdk:8 base image</td>
+ </tr>
+ <tr>
+ <td>1.20.0-openjdk-11</td>
+ <td>latest-openjdk-11</td>
+ <td>latest release running on the latest supported LTS OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>1.20.0-openjdk-14</td>
+ <td>latest-openjdk-14</td>
+ <td>latest release running on the latest supported OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-8</td>
+ <td>master</td>
+ <td>snapshot of master running on the openjdk:8 base image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-11</td>
+ <td> </td>
+ <td>snapshot of master running on the latest supported LTS OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-14</td>
+ <td> </td>
+ <td>snapshot of master running on the latest supported OpenJDK base
image</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="prerequisites">Prerequisites</h2>
-<p>You must have Docker version 18 or later <a
href="https://docs.docker.com/install/">installed on your machine</a>.</p>
+<p>You must have Docker version 18 or later <a
href="https://docs.docker.com/install/">installed on your machine</a>. Users
have also reported success using <a href="https://podman.io/">Podman</a>.</p>
<h2 id="running-drill-in-a-docker-container">Running Drill in a Docker
Container</h2>
diff --git a/output/feed.xml b/output/feed.xml
index 713d1b1..e1413eb 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Mon, 20 Sep 2021 12:00:30 +0000</pubDate>
- <lastBuildDate>Mon, 20 Sep 2021 12:00:30 +0000</lastBuildDate>
+ <pubDate>Tue, 21 Sep 2021 07:45:22 +0000</pubDate>
+ <lastBuildDate>Tue, 21 Sep 2021 07:45:22 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/running-drill-on-docker/index.html
b/output/zh/docs/running-drill-on-docker/index.html
index fc91d10..07ddbb1 100644
--- a/output/zh/docs/running-drill-on-docker/index.html
+++ b/output/zh/docs/running-drill-on-docker/index.html
@@ -1430,11 +1430,59 @@
<p>You can run Drill in a <a
href="https://www.docker.com/what-container#/package_software">Docker
container</a>. Running Drill in a container gives a simple way to start using
Drill; all you need is Docker installed on your machine. You simply run a
Docker command, and your installation will download the Drill Docker image from
the <a href="https://hub.docker.com/r/apache/drill">apache/drill</a> repository
on <a href="https://docs.docker.com/docker-hub/">Docker Hub</a> and bring up a
[...]
-<p>Currently, you can only run Drill in embedded mode in a Docker container.
Embedded mode is when a single instance of Drill runs on a node or in a
container. You do not have to perform any configuration tasks to start using
Drill to query local files in embedded mode.</p>
+<p>Currently, you can only run Drill in embedded mode in these Docker
containers. Embedded mode is when a single instance of Drill runs on a node or
in a container. You do not have to perform any configuration tasks to start
using Drill to query local files in embedded mode, other than making your data
visible to the container (see below).</p>
+
+<h2 id="official-drill-image-tags">Official Drill image tags</h2>
+
+<p><strong>Introduced in release:</strong> 1.20</p>
+
+<p>We recommend using the containers based on the latest released version of
Drill for production and the containers based on the master branch should you
want to test unreleased features or bug fixes.</p>
+
+<table>
+ <thead>
+ <tr>
+ <th>Image tag</th>
+ <th>Extra tags</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>1.20.0-openjdk-8</td>
+ <td>latest-openjdk-8,latest</td>
+ <td>latest release running on the openjdk:8 base image</td>
+ </tr>
+ <tr>
+ <td>1.20.0-openjdk-11</td>
+ <td>latest-openjdk-11</td>
+ <td>latest release running on the latest supported LTS OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>1.20.0-openjdk-14</td>
+ <td>latest-openjdk-14</td>
+ <td>latest release running on the latest supported OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-8</td>
+ <td>master</td>
+ <td>snapshot of master running on the openjdk:8 base image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-11</td>
+ <td> </td>
+ <td>snapshot of master running on the latest supported LTS OpenJDK base
image</td>
+ </tr>
+ <tr>
+ <td>master-openjdk-14</td>
+ <td> </td>
+ <td>snapshot of master running on the latest supported OpenJDK base
image</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="prerequisites">Prerequisites</h2>
-<p>You must have Docker version 18 or later <a
href="https://docs.docker.com/install/">installed on your machine</a>.</p>
+<p>You must have Docker version 18 or later <a
href="https://docs.docker.com/install/">installed on your machine</a>. Users
have also reported success using <a href="https://podman.io/">Podman</a>.</p>
<h2 id="running-drill-in-a-docker-container">Running Drill in a Docker
Container</h2>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 786e496..628f40a 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Mon, 20 Sep 2021 12:00:30 +0000</pubDate>
- <lastBuildDate>Mon, 20 Sep 2021 12:00:30 +0000</lastBuildDate>
+ <pubDate>Tue, 21 Sep 2021 07:45:22 +0000</pubDate>
+ <lastBuildDate>Tue, 21 Sep 2021 07:45:22 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>