andygrove commented on code in PR #980: URL: https://github.com/apache/arrow-ballista/pull/980#discussion_r1486368785
########## docs/source/user-guide/deployment/docker-compose.md: ########## @@ -23,8 +23,12 @@ 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 Review Comment: I vaguely remember that maybe we wanted to just re-tag the rc rather than build a new image? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
