[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 <rmrfall@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
dee07f0c21
commit
a4a16ebda2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user