From 9ce5ef62390a8dc40043bee1cfd0943ea24e35fd Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Tue, 14 Feb 2023 14:57:00 +0800 Subject: [PATCH] [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 Signed-off-by: ulyssesyou --- 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`