Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release docs #692

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down