From 417559bb2c97652d22f478cd80b28c80c102fa78 Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Sun, 13 Sep 2026 09:51:28 +0800 Subject: [PATCH] test: use the published September 13 mcli image for SSO Signed-off-by: Feng Ruohang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b674faff5..0f101338be 100644 --- a/Makefile +++ b/Makefile @@ -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; \