Skip to content

Commit 8eb2b4b

Browse files
Pin MinIO in Docker Compose config (#2900)
CI jobs recently started [failing](https://github.com/Kitware/CDash/actions/runs/15325557396/job/43119066230) due to a recent MinIO image update. This PR pins MinIO to the previous working version until we resolve the issue with the latest version.
1 parent 476a032 commit 8eb2b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.minio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
AWS_URL: http://minio:9000/cdash/
1111
AWS_ENDPOINT: http://minio:9000
1212
minio:
13-
image: bitnami/minio:latest
13+
image: bitnami/minio:2025.4.22
1414
ports:
1515
- "9000:9000"
1616
environment:

0 commit comments

Comments
 (0)