We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests:
1 parent d923570 commit 392c2f4Copy full SHA for 392c2f4
1 file changed
tests/docker-compose/docker-compose.yml
@@ -379,7 +379,7 @@ services:
379
depends_on:
380
minio:
381
condition: service_healthy
382
- image: minio/mc
+ image: minio/mc:RELEASE.2025-05-21T01-59-54Z
383
container_name: mc
384
networks:
385
- redpanda_network
@@ -389,7 +389,7 @@ services:
389
- AWS_REGION=local
390
entrypoint: >
391
/bin/sh -c "
392
- until (/usr/bin/mc config host add minio http://minio:9000 minio redpandaTieredStorage7) do echo '...waiting...' && sleep 1; done;
+ until (/usr/bin/mc alias set minio http://minio:9000 minio redpandaTieredStorage7) do echo '...waiting...' && sleep 1; done;
393
/usr/bin/mc mb minio/redpanda;
394
/usr/bin/mc policy set public minio/redpanda;
395
tail -f /dev/null
0 commit comments