spuru9 commented on code in PR #29175:
URL: https://github.com/apache/flink/pull/29175#discussion_r4005590303


##########
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util/DockerImageVersions.java:
##########
@@ -36,7 +36,7 @@ public class DockerImageVersions {
 
     public static final String LOCALSTACK = "localstack/localstack:0.13.3";
 
-    public static final String MINIO = 
"minio/minio:RELEASE.2022-02-07T08-17-33Z";
+    public static final String MINIO = 
"quay.io/minio/minio:RELEASE.2022-02-07T08-17-33Z";

Review Comment:
   ```suggestion
       public static final String MINIO = 
"quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z";
   ```
   ~~%  /data is not an issue of the latest update which was the previous 
comment.~~
   
   Update: On a second though this can cause flakiness. So keeping it 2022-* 
make sense.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to