This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new f71046e01 ci: skip azurite's version check (#7162)
f71046e01 is described below
commit f71046e01c5386c22aef249e7c45c333ef595964
Author: meteorgan <[email protected]>
AuthorDate: Sun Jan 25 09:17:57 2026 +0800
ci: skip azurite's version check (#7162)
---
fixtures/azblob/docker-compose-azurite.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/fixtures/azblob/docker-compose-azurite.yml
b/fixtures/azblob/docker-compose-azurite.yml
index 7d1c0ab18..341023e6d 100644
--- a/fixtures/azblob/docker-compose-azurite.yml
+++ b/fixtures/azblob/docker-compose-azurite.yml
@@ -20,3 +20,4 @@ services:
image: mcr.microsoft.com/azure-storage/azurite
ports:
- 10000:10000
+ command: ["azurite", "--blobHost", "0.0.0.0", "--skipApiVersionCheck"]
\ No newline at end of file