Skip to content

Commit 124d3bb

Browse files
fix(ci): replace bitnami/minio with official minio/minio image
Bitnami pulled free Docker Hub images Aug 2025; the integration job failed at docker pull. Uses the same pinned release as docker-compose.yaml.
1 parent f5eb769 commit 124d3bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--health-cmd "redis-cli ping"
6060
--health-interval 5s --health-timeout 5s --health-retries 12
6161
minio:
62-
image: bitnami/minio:latest
62+
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
6363
env:
6464
MINIO_ROOT_USER: minioadmin
6565
MINIO_ROOT_PASSWORD: minioadmin

0 commit comments

Comments
 (0)