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


##########
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:
   Thanks, that makes sense. Could we pin Azurite to a specific version in this 
PR, and then follow up separately on a process/job to periodically test and 
bump the pinned Azurite version?



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