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 7bca0ca1 update release notes (#692)
7bca0ca1 is described below
commit 7bca0ca18686a8833bf310b538de3107970f5767
Author: Andy Grove <[email protected]>
AuthorDate: Tue Feb 28 10:57:31 2023 -0700
update release notes (#692)
---
dev/release/README.md | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 5012d3b5..a58958c9 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -290,13 +290,9 @@ dot -Tsvg dev/release/crate-deps.dot >
dev/release/crate-deps.svg
### Publish Docker Images
-We release the Docker image that was voted on rather than build a new image.
We do this by re-tagging the image.
+Pushing a release tag causes Docker images to be published.
-```bash
-$ docker pull ghcr.io/apache/arrow-ballista-standalone:0.10.0-rc3
-$ docker tag ghcr.io/apache/arrow-ballista-standalone:0.10.0-rc3
ghcr.io/apache/arrow-ballista-standalone:0.10.0
-$ docker push ghcr.io/apache/arrow-ballista-standalone:0.10.0
-```
+Images can be found at
[https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone](https://github.com/apache/arrow-ballista/pkgs/container/arrow-ballista-standalone)
### Call the vote