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


##########
flink-end-to-end-tests/test-scripts/common_s3_minio.sh:
##########
@@ -44,11 +44,12 @@ S3_TEST_DATA_WORDS_URI="s3://$IT_CASE_S3_BUCKET/words"
 ###################################
 function s3_start {
   echo "Spawning minio for s3 tests"
+  # Pinned: current MinIO images no longer serve a plain directory ("Unable to 
use the drive /data").
   export MINIO_CONTAINER_ID=$(docker run -d \
     -P \
     --mount type=bind,source="$TEST_INFRA_DIR",target=/data \
     -e "MINIO_ACCESS_KEY=$AWS_ACCESS_KEY_ID" -e 
"MINIO_SECRET_KEY=$AWS_SECRET_ACCESS_KEY" -e "MINIO_DOMAIN=localhost" \
-    minio/minio \
+    quay.io/minio/minio:RELEASE.2022-02-07T08-17-33Z \

Review Comment:
   Any reason we used this version when a later version 
`RELEASE.2025-09-07T16-13-09Z`is also available?



-- 
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