huaxingao commented on code in PR #15204:
URL: https://github.com/apache/iceberg/pull/15204#discussion_r2751816868


##########
azure/src/integration/java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java:
##########
@@ -33,7 +33,7 @@ public class AzuriteContainer extends 
GenericContainer<AzuriteContainer> {
 
   private static final int DEFAULT_PORT = 10000; // default blob service port
   private static final String DEFAULT_IMAGE = 
"mcr.microsoft.com/azure-storage/azurite";
-  private static final String DEFAULT_TAG = "3.35.0";
+  private static final String DEFAULT_TAG = "latest";

Review Comment:
   Minor concern: using latest for the Azurite image tag makes CI 
non‑reproducible and could break when Azurite publishes a new image. Is it 
better to pin to a specific version instead?



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