You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/07 03:49:48 UTC

[kyuubi] branch master updated: [KYUUBI #4466] Use bitnami/minio docker image

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

chengpan 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 a4a16ebda [KYUUBI #4466] Use bitnami/minio docker image
a4a16ebda is described below

commit a4a16ebda25c48df2d3f55717bb92255f67dce0c
Author: edddddy <rm...@qq.com>
AuthorDate: Tue Mar 7 11:49:36 2023 +0800

    [KYUUBI #4466] Use bitnami/minio docker image
    
    ### _Why are the changes needed?_
    
    As the latest official minio docker image has already supported amd/arm64, it seems better to use that one.
    ### _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 #4466 from edddddy/official-minio.
    
    Closes #4466
    
    d409d6a05 [edddddy] use official minio docker image
    
    Authored-by: edddddy <rm...@qq.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docker/playground/compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/playground/compose.yml b/docker/playground/compose.yml
index 069624ee2..14658d894 100644
--- a/docker/playground/compose.yml
+++ b/docker/playground/compose.yml
@@ -17,7 +17,7 @@
 
 services:
   minio:
-    image: alekcander/bitnami-minio-multiarch:RELEASE.2022-05-26T05-48-41Z
+    image: bitnami/minio:2023-debian-11
     environment:
       MINIO_ROOT_USER: minio
       MINIO_ROOT_PASSWORD: minio_minio