chrislusf commented on code in PR #15577:
URL: https://github.com/apache/iceberg/pull/15577#discussion_r2916341577


##########
docker/iceberg-flink-quickstart/docker-compose.yml:
##########
@@ -92,43 +92,56 @@ services:
       AWS_REGION: us-east-1
       CATALOG_WAREHOUSE: s3://warehouse/
       CATALOG_IO__IMPL: org.apache.iceberg.aws.s3.S3FileIO
-      CATALOG_S3_ENDPOINT: http://minio:9000
+      CATALOG_S3_ENDPOINT: http://seaweedfs:8333
       CATALOG_S3_ACCESS__KEY__ID: admin
       CATALOG_S3_SECRET__ACCESS__KEY: password
 
-  # MinIO for S3-compatible object storage
-  minio:
-    image: minio/minio
-    hostname: minio
+  # SeaweedFS for S3-compatible object storage (mini mode)
+  seaweedfs:
+    image: chrislusf/seaweedfs:latest

Review Comment:
   I changed `kafka-connect/kafka-connect-runtime/docker/docker-compose.yml` 
and `docker/iceberg-flink-quickstart/docker-compose.yml` to a specific tag. 
They are used for CI, and better not fail due to docker image changes.
   
   The `site/docs/spark-quickstart.md` isfor documentation purpose. Having a 
specific version in the documentation is an eyesore and may waste efforts to 
keep things up-to-date. So I just cleaned up the tag `latest`.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to