File tree Expand file tree Collapse file tree
tests/core/engine_adapter/integration/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,22 +12,22 @@ services:
1212
1313 # S3-style object storage
1414 minio :
15- image : ' minio/ minio:RELEASE.2022-05-26T05-48-41Z '
15+ image : ' cgr.dev/chainguard/ minio:latest@sha256:039800e64ec7247d2fde7cff3697e964f6fe20b6d7d2c46aa7d82cc63355d512 '
1616 ports :
1717 - ' 9000:9000'
1818 - ' 9001:9001'
1919 environment :
20- MINIO_ACCESS_KEY : minio
21- MINIO_SECRET_KEY : minio123
20+ MINIO_ROOT_USER : minio
21+ MINIO_ROOT_PASSWORD : minio123
2222 command : server /data --console-address ":9001"
2323
2424 # Set up minio with default buckets / paths
2525 mc-job :
26- image : ' minio/mc:RELEASE.2022-05-09T04-08-26Z '
26+ image : ' cgr.dev/chainguard/minio-client:latest-dev@sha256:fb635b967f5f32424391150dac4985cc1aea78fb0a1ce031c01952cf661a13ec '
2727 entrypoint : |
2828 /bin/bash -c "
2929 sleep 5;
30- /usr/bin/mc config --quiet host add myminio http://minio:9000 minio minio123;
30+ /usr/bin/mc alias --quiet set myminio http://minio:9000 minio minio123;
3131 /usr/bin/mc mb --quiet myminio/trino/datalake;
3232 /usr/bin/mc mb --quiet myminio/trino/datalake_iceberg;
3333 /usr/bin/mc mb --quiet myminio/trino/datalake_delta;
@@ -39,4 +39,4 @@ services:
3939 /usr/bin/mc mb --quiet myminio/nessie/warehouse;
4040 "
4141 depends_on :
42- - minio
42+ - minio
You can’t perform that action at this time.
0 commit comments