This is an automated email from the ASF dual-hosted git repository. meteorgan pushed a commit to branch fix-azurite-image in repository https://gitbox.apache.org/repos/asf/opendal.git
commit b4f74b43b7a6c3892e7ca890d11714c771c6f535 Author: meteorgan <[email protected]> AuthorDate: Sat Jan 24 23:24:56 2026 +0800 chore(build): skip azurite's version check --- 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
