This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 333ba24d docs: update user guide with docker image information (#980)
333ba24d is described below
commit 333ba24d7e6dd51fb6a5312d1309c0494bd1681d
Author: Eugene Tolbakov <[email protected]>
AuthorDate: Tue Feb 13 15:47:39 2024 +0000
docs: update user guide with docker image information (#980)
* docs: update user guide with docker image information
* docs: adjust formatting according to prettier check
---
docs/source/user-guide/deployment/docker-compose.md | 9 +++++++--
docs/source/user-guide/deployment/docker.md | 8 ++++++--
docs/source/user-guide/deployment/kubernetes.md | 8 ++++++--
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/docs/source/user-guide/deployment/docker-compose.md
b/docs/source/user-guide/deployment/docker-compose.md
index b3b80a33..f09490f9 100644
--- a/docs/source/user-guide/deployment/docker-compose.md
+++ b/docs/source/user-guide/deployment/docker-compose.md
@@ -23,8 +23,13 @@ Docker Compose is a convenient way to launch a cluster when
testing locally.
## Build Docker Images
-There are no officially published Docker images, so it is currently necessary
to build the images from source.
-Run the following commands to clone the source repository and build the Docker
image.
+Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
+
+```bash
+docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+```
+
+Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
git clone [email protected]:apache/arrow-ballista.git -b 0.12.0
diff --git a/docs/source/user-guide/deployment/docker.md
b/docs/source/user-guide/deployment/docker.md
index 49969ac9..291c98e3 100644
--- a/docs/source/user-guide/deployment/docker.md
+++ b/docs/source/user-guide/deployment/docker.md
@@ -21,9 +21,13 @@
## Build Docker Images
-There are no officially published Docker images, so it is currently necessary
to build the images from source.
+Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
-Run the following commands to clone the source repository and build the Docker
image.
+```bash
+docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+```
+
+Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
git clone [email protected]:apache/arrow-ballista.git -b 0.12.0
diff --git a/docs/source/user-guide/deployment/kubernetes.md
b/docs/source/user-guide/deployment/kubernetes.md
index 752cc8e8..eebe6e1c 100644
--- a/docs/source/user-guide/deployment/kubernetes.md
+++ b/docs/source/user-guide/deployment/kubernetes.md
@@ -41,9 +41,13 @@ microk8s enable dns
## Build Docker Images
-There are no officially published Docker images, so it is currently necessary
to build the images from source.
+Run the following commands to download the [official Docker
image](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone):
-Run the following commands to clone the source repository and build the Docker
image.
+```bash
+docker pull ghcr.io/apache/arrow-ballista-standalone:0.12.0-rc4
+```
+
+Altenatively run the following commands to clone the source repository and
build the Docker images from source:
```bash
git clone [email protected]:apache/arrow-ballista.git -b 0.12.0