You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2023/02/14 06:57:18 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4324] Add Publish docker image step

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new bb149c89d [KYUUBI #4324] Add Publish docker image step
bb149c89d is described below

commit bb149c89d21b147310898c8151a69774935a2a0f
Author: ulysses-you <ul...@gmail.com>
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 <ul...@gmail.com>
    Signed-off-by: ulyssesyou <ul...@apache.org>
    (cherry picked from commit 9ce5ef62390a8dc40043bee1cfd0943ea24e35fd)
    Signed-off-by: ulyssesyou <ul...@apache.org>
---
 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`