From a4a16ebda25c48df2d3f55717bb92255f67dce0c Mon Sep 17 00:00:00 2001 From: edddddy Date: Tue, 7 Mar 2023 11:49:36 +0800 Subject: [PATCH] [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 Signed-off-by: Cheng Pan --- 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