feat: bump minio versions (#7423)

This commit is contained in:
Laurin Quast 2025-12-15 15:52:45 +01:00 committed by GitHub
parent 6d802aa09a
commit a71cd2bbb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
'hive': minor
---
Bump minio docker images to latest stable version.

View file

@ -106,7 +106,7 @@ services:
API_KEYS: '${SUPERTOKENS_API_KEY}'
s3:
image: quay.io/minio/minio:RELEASE.2022-11-29T23-40-49Z
image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z
command: server /data --console-address ":9001"
ports:
- '9000:9000'
@ -125,7 +125,7 @@ services:
- './.hive/minio/db:/data'
s3_provision_buckets:
image: quay.io/minio/mc:RELEASE.2022-11-17T21-20-39Z
image: quay.io/minio/mc:RELEASE.2025-08-13T08-35-41Z
depends_on:
s3:
condition: service_healthy

View file

@ -41,7 +41,7 @@ services:
- './.hive-dev/redis/db:/bitnami/redis/data'
s3:
image: quay.io/minio/minio:RELEASE.2022-11-29T23-40-49Z
image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z
mem_limit: 200m
command: server /data --console-address ":9001"
ports: