Skip to content

Commit 387a10f

Browse files
committed
Appease Minio to resolve the new error
If MINIO_CI_CD is not to true Minio container just exits with "Error: Disk `/tmp` is part of root disk, will not be used" and all related tests fail. In addition change the deprecated cred env var names.
1 parent 904b084 commit 387a10f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/architecture/docker-compose.core.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ services:
5353
ports:
5454
- '0.0.0.0:9000:9000'
5555
environment:
56-
MINIO_ACCESS_KEY: minioclient
57-
MINIO_SECRET_KEY: supersecure
56+
MINIO_ROOT_USER: minioclient
57+
MINIO_ROOT_PASSWORD: supersecure
58+
MINIO_CI_CD: 'true'
5859
volumes:
5960
# Mount a "bucket" with some CSV files into our object storage
6061
# https://github.com/minio/minio/issues/8949

0 commit comments

Comments
 (0)