Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ test-sso-integration-run:
-e MINIO_UPDATE=off \
-e MINIO_ROOT_PASSWORD=minio123 $(MINIO_VERSION) server /data{1...4} --address :9000 --console-address :9001)
@echo "run mc commands to set the policy"
@(docker run -e MC_UPDATE=off --name minio-client --network my-net -dit --entrypoint=/bin/sh docker.io/pgsty/mc:RELEASE.2026-09-03T07-13-05Z)
@(docker run -e MC_UPDATE=off --name minio-client --network my-net -dit --entrypoint=/bin/sh docker.io/pgsty/mc:RELEASE.2026-09-13T00-00-00Z)
@(ready=0; \
for attempt in $$(seq 1 30); do \
if docker exec minio-client mc alias set myminio/ http://minio:9000 minio minio123; then ready=1; break; fi; \
Expand Down
Loading