Skip to content

Commit 392c2f4

Browse files
authored
tests: Deploy Redpanda Self-Managed quickstart fix (#1147)
1 parent d923570 commit 392c2f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ services:
379379
depends_on:
380380
minio:
381381
condition: service_healthy
382-
image: minio/mc
382+
image: minio/mc:RELEASE.2025-05-21T01-59-54Z
383383
container_name: mc
384384
networks:
385385
- redpanda_network
@@ -389,7 +389,7 @@ services:
389389
- AWS_REGION=local
390390
entrypoint: >
391391
/bin/sh -c "
392-
until (/usr/bin/mc config host add minio http://minio:9000 minio redpandaTieredStorage7) do echo '...waiting...' && sleep 1; done;
392+
until (/usr/bin/mc alias set minio http://minio:9000 minio redpandaTieredStorage7) do echo '...waiting...' && sleep 1; done;
393393
/usr/bin/mc mb minio/redpanda;
394394
/usr/bin/mc policy set public minio/redpanda;
395395
tail -f /dev/null

0 commit comments

Comments
 (0)