This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 9ce5ef623 [KYUUBI #4324] Add Publish docker image step
9ce5ef623 is described below
commit 9ce5ef62390a8dc40043bee1cfd0943ea24e35fd
Author: ulysses-you <[email protected]>
AuthorDate: Tue Feb 14 14:57:00 2023 +0800
[KYUUBI #4324] Add Publish docker image step
### _Why are the changes needed?_
Add Publish docker image step. The step details is maintained by docker
repo.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4324 from ulysses-you/release.
Closes #4324
0f6a6646 [ulysses-you] Add Publish docker image step
Authored-by: ulysses-you <[email protected]>
Signed-off-by: ulyssesyou <[email protected]>
---
docs/community/release.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/community/release.md b/docs/community/release.md
index 5d3a00b03..ffbdda9c1 100644
--- a/docs/community/release.md
+++ b/docs/community/release.md
@@ -49,6 +49,8 @@ The release process consists of several steps:
6. If necessary, fix any issues and go back to step 3.
7. Finalize the release
8. Promote the release
+9. Remove the dist repo directories for deprecated release candidates
+10. Publish docker image
## Decide to release
@@ -280,3 +282,6 @@ svn delete
https://dist.apache.org/repos/dist/dev/kyuubi/{RELEASE_TAG} \
--message "Remove deprecated Apache Kyuubi ${RELEASE_TAG}"
```
+## Publish docker image
+
+See steps in
`https://github.com/apache/kyuubi-docker/blob/master/release/release_guide.md`